Run ID:97824

提交时间:2024-11-16 16:36:06

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