#include<stdio.h>int main(){ int a; scanf("%d",&a); printf("%d",a); return 0; }
收起
是不是没放在源文件中
报告相同问题?