Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i=100;i<N;i++)
     ^~~
/in/foo.cc:28:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=0;i<=s;i++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 380ms 424.0 KiB
#2 Accepted 381ms 420.0 KiB
#3 Accepted 364ms 424.0 KiB
#4 Accepted 366ms 420.0 KiB

信息

递交者
类型
递交
比赛
2025.1.26高级班练习
语言
C++
递交时间
2025-02-01 09:19:14
评测时间
2025-02-02 16:16:49
评测机
分数
100
总耗时
1493ms
峰值内存
424.0 KiB