/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void out(int)':
foo.cpp:23:3: error: 'i' was not declared in this scope
foo.cpp:23:8: error: 'r' was not declared in this scope
foo.cpp:24:1: error: expected ';' before 'printf'
foo.cpp: In function 'int main()':
foo.cpp:31:3: error: 'i' was not declared in this scope
foo.cpp:31:8: error: 'r' cannot be used as a function
foo.cpp:31:9: error: expected ';' before '{' token
foo.cpp:30:5: warning: unused variable 'l' [-Wunused-variable]
foo.cpp:69:1: error: expected '}' at end of input

信息

递交者
类型
递交
题目
P1026 毒药?解药?
语言
C++
递交时间
2014-11-05 10:25:35
评测时间
2014-11-05 10:25:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes