Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(ll x=1;x<=n;x++)
   ^~~
/in/foo.cc:66:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(ok==0) cout<<"NO\n";
    ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.742 MiB
#2 Accepted 3ms 1.836 MiB
#3 Accepted 7ms 1.84 MiB
#4 Accepted 6ms 1.824 MiB
#5 Accepted 8ms 1.754 MiB
#6 Accepted 232ms 1.844 MiB
#7 Accepted 12ms 1.844 MiB
#8 Accepted 242ms 1.844 MiB

信息

递交者
类型
递交
题目
P2221 虫洞
语言
C++
递交时间
2024-07-31 08:27:03
评测时间
2024-07-31 08:27:03
评测机
分数
100
总耗时
517ms
峰值内存
1.844 MiB