Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   else
   ^~~~
/in/foo.cc:14:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
    cout<<"No"<<endl; 0;
                      ^
/in/foo.cc:14:23: warning: statement has no effect [-Wunused-value]
    cout<<"No"<<endl; 0;
                       ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 324.0 KiB

信息

递交者
类型
自测
题目
P2805 数位之和2级1 2024.9
语言
C++
递交时间
2024-12-03 21:02:09
评测时间
2024-12-03 21:02:09
评测机
分数
0
总耗时
1ms
峰值内存
324.0 KiB