记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:26:1: error: expected declaration or statement at end of input
 }
 ^
/in/foo.c:5:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
     int a,n=1,i,m,total;
           ^

信息

递交者
类型
递交
题目
A5-2 超级素数的个数
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-20 03:08:48
评测时间
2024-08-20 03:08:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes