记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: error: expected ';' before 'while'
  while(x>0) 
  ^~~~~
/in/foo.cc:16:2: warning: statement has no effect [-Wunused-value]
  }
  ^
/in/foo.cc:6:7: warning: unused variable 'x1' [-Wunused-variable]
  int  x1, x;
       ^~

信息

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