/ Vijos /

记录详情

Compile Error

foo.cpp:64:5: error: stray '\250' in program
     while(m–)
     ^
foo.cpp: In function 'int main()':
foo.cpp:64:13: error: expected ')' before 'C'
     while(m–)
             ^
foo.cpp:64:13: error: 'C' was not declared in this scope
foo.cpp:60:15: warning: unused variable 'a' [-Wunused-variable]
     int n, m, a, b, c;
               ^
foo.cpp:60:18: warning: unused variable 'b' [-Wunused-variable]
     int n, m, a, b, c;
                  ^
foo.cpp:60:21: warning: unused variable 'c' [-Wunused-variable]
     int n, m, a, b, c;
                     ^

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2015-08-16 21:50:15
评测时间
2015-08-16 21:50:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes