Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(k=1;k<=lou[i][101];k++)
^~~
/in/foo.cc:31:10: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if(k>lou[i][101])
^~
/in/foo.cc:7:17: warning: unused variable 'ans' [-Wunused-variable]
int n,m,i,k,ans=0,now,bian,sum=0;
^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1787 寻宝
- 语言
- C++
- 递交时间
- 2021-08-29 20:17:16
- 评测时间
- 2021-08-29 20:17:20
- 评测机
- 分数
- 100
- 总耗时
- 1905ms
- 峰值内存
- 12.066 MiB