/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:1: error: expected primary-expression before '}' token
 }
 ^
/in/foo.cc:14:1: error: expected primary-expression before '}' token
 }
 ^
/in/foo.cc:16:1: error: 'return0' was not declared in this scope
 return0;
 ^~~~~~~
/in/foo.cc:11:5: warning: unused variable 'k' [-Wunused-variable]
 int k,f;
     ^
/in/foo.cc:11:7: warning: unused variable 'f' [-Wunused-variable]
 int k,f;
       ^

信息

递交者
类型
递交
题目
P1013 强墙
语言
C++
递交时间
2024-10-25 22:15:39
评测时间
2024-10-25 22:15:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes