Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(s=65);
^
/in/foo.cc:12:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(s=65);
^~
/in/foo.cc:13:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
{
^
/in/foo.cc:9:6: warning: unused variable 'a' [-Wunused-variable]
int a;
^
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2024-03-13 16:57:37
- 评测时间
- 2024-03-13 16:57:40
- 评测机
- 分数
- 0
- 总耗时
- 16ms
- 峰值内存
- 376.0 KiB