Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   31 |     for(int i=1;i<=n;i++)
      |     ^~~
/in/foo.cc:33:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   33 |        cout<<ant[pos[i]].x<<' '<<ant[pos[i]].dir<<endl;也可以
      |                                                        ^~~~~~
/in/foo.cc:33:56: error: '\U00004e5f\U000053ef\U00004ee5' was not declared in this scope

信息

递交者
类型
递交
题目
P2466 蚂蚁
语言
C++
递交时间
2025-05-19 16:18:20
评测时间
2025-05-19 16:18:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes