/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:10:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             if (s[2]='5') 
                         ^
foo.cpp:17:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             if (s[1]='8') cout<<"500";
                         ^
foo.cpp:18:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             else if (s[1]='1') 
                              ^
foo.cpp:36:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             if (s[1]='8') 
                         ^
foo.cpp:42:19: error: 'system' was not declared in this scope
     system("pause");
                   ^

信息

递交者
类型
递交
题目
P1032 循环
语言
C++
递交时间
2016-05-24 19:07:45
评测时间
2016-05-24 19:07:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes