#include <stdio.h> int main() { int num; scanf("%d", num); printf("%d\n", num); return 0; }
Undefined behavior
Previous Question Next Question
Your comments will be displayed only after manual approval.