记录详情

Compile Error

foo.cc:11:8: warning: missing terminating ' character
   case '
        ^
foo.cc:11:8: error: missing terminating ' character
foo.cc: In function 'int ys(int, int, char)':
foo.cc:11:3: error: expected primary-expression at end of input
   case '
   ^~~~
foo.cc:11:3: error: expected ':' at end of input
foo.cc:11:3: error: expected statement at end of input
foo.cc:11:3: error: expected '}' at end of input
foo.cc:11:3: error: expected '}' at end of input
foo.cc:11:3: warning: control reaches end of non-void function [-Wreturn-type]
   case '
   ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
计算(calc)
题目数据
下载
语言
C++
递交时间
2021-03-19 13:12:03
评测时间
2021-03-19 13:12:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes