提交记录 #416

提交时间:2024-12-03 18:51:27
语言:c 状态:CompileError
编译情况:编译错误
code.c:85:5: error: redefinition of ‘isPrim’
   85 | int isPrim(int x) {
      |     ^~~~~~
code.c:32:5: note: previous definition of ‘isPrim’ was here
   32 | int isPrim(int x)
      |     ^~~~~~
code.c:94:5: error: redefinition of ‘main’
   94 | int main() {
      |     ^~~~
code.c:41:5: note: previous definition of ‘main’ was here
   41 | int main()
      |     ^~~~
固定测试点暂不可用
... 等待中
time N/A
memory N/A
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号