/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int change(long long int)':
/in/foo.cc:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:24: error: expected ';' before '{' token
  if (a>b) change (a-b) {
                        ^
/in/foo.cc:25:16: warning: unused variable 'c' [-Wunused-variable]
  long long a,b,c;
                ^

信息

递交者
类型
递交
题目
P1372 数学课做减法
语言
C++
递交时间
2018-09-16 16:27:16
评测时间
2018-09-16 16:27:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes