记录详情

Compile Error

/in/foo.cc: In function 'bool is_prime(int)':
/in/foo.cc:8:2: error: 'retun' was not declared in this scope
  retun true;
  ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:24: warning: too many arguments for format [-Wformat-extra-args]
  printf("%d\n",n,result);
                        ^
/in/foo.cc: In function 'bool is_prime(int)':
/in/foo.cc:9:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第四场
语言
C++
递交时间
2024-11-11 14:05:46
评测时间
2024-11-11 14:05:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes