记录详情

Compile Error

/in/foo.c: In function 'isperfectnum':
/in/foo.c:16:5: warning: 'main' is normally a non-static function [-Wmain]
   16 | int main()
      |     ^~~~
/in/foo.c:22:1: error: expected declaration or statement at end of input
   22 | }
      | ^
/in/foo.c:23: warning: control reaches end of non-void function [-Wreturn-type]
/in/foo.c: At top level:
/in/foo.c:16:5: warning: 'main' defined but not used [-Wunused-function]
   16 | int main()
      |     ^~~~

信息

递交者
类型
自测
语言
C
递交时间
2025-12-01 16:51:49
评测时间
2025-12-01 16:51:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes