Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:74:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=0;i<=2;i++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 9ms 11.984 MiB
#2 Wrong Answer 9ms 12.004 MiB
#3 Accepted 11ms 11.957 MiB
#4 Accepted 10ms 11.91 MiB

信息

递交者
类型
递交
题目
P2576 纸牌游戏7级2 2023.12
比赛
2024.8.6暑期高级2班练习
语言
C++
递交时间
2024-08-06 16:45:34
评测时间
2024-08-06 16:45:34
评测机
分数
75
总耗时
41ms
峰值内存
12.004 MiB