/ Vijos /

记录详情

Compile Error

/in/foo.cc:2:7: error: expected nested-name-specifier before 'namesapce'
 using namesapce std;
       ^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:1: error: 'fuck' was not declared in this scope
 fuck;
 ^~~~
/in/foo.cc:4:5: warning: unused variable 'a' [-Wunused-variable]
 int a;
     ^

信息

递交者
类型
递交
题目
P1028 魔族密码
语言
C++
递交时间
2018-05-13 19:35:03
评测时间
2018-05-13 19:35:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes