/ Vijos /

记录详情

Compile Error

foo.cpp:5:11: error: expected initializer before 'fndl'
 int main()fndl;
           ^~~~
foo.cpp:6:5: error: expected unqualified-id before 'return'
     return 0;
     ^~~~~~
foo.cpp:7:1: error: expected declaration before '}' token
 }
 ^

信息

递交者
类型
递交
题目
P1288 箱子游戏
语言
C++
递交时间
2017-03-11 13:12:30
评测时间
2017-03-11 13:12:30
评测机
分数
0
总耗时
255ms
峰值内存
0 Bytes