记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:2: error: 'wlihe' was not declared in this scope
  wlihe(x>0)
  ^~~~~
foo.cc:7:18: warning: statement has no effect [-Wunused-value]
   for(int x1=2;x1<x;x1++)
                ~~^~
foo.cc:7:25: error: expected ';' before ')' token
   for(int x1=2;x1<x;x1++)
                         ^
foo.cc:12:4: error: break statement not within loop or switch
    break;
    ^~~~~

信息

递交者
类型
自测
题目
A5-1 超级素数判断
语言
C++
递交时间
2021-01-17 12:22:57
评测时间
2021-01-17 12:22:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes