Run ID:142949

提交时间:2026-01-11 17:20:21

#include <stdio.h> int main() { int num; scanf("%d", &num); printf("%d\n", num); return 0; }