/ Vijos /

记录详情

Compile Error

/in/foo.c:3:21: error: expected ';', ',' or ')' before '&' token
 int judge(const int &x)
                     ^
/in/foo.c: In function 'main':
/in/foo.c:14:6: warning: implicit declaration of function 'judge' [-Wimplicit-function-declaration]
 if (!judge(s1[strlen(s1)-1]-48)) printf("MengMeng\n");
      ^~~~~

信息

递交者
类型
递交
题目
P1655 萌萌的糖果博弈
语言
C
递交时间
2018-11-30 20:49:42
评测时间
2018-11-30 20:49:42
评测机
分数
0
总耗时
17ms
峰值内存
3.293 MiB