Run ID:153073
提交时间:2026-05-10 09:48:35
#include <stdio.h> int main() { int num; scanf("%d", &num); printf("%d\n", num); return 0; }