Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)
     ^~~
/in/foo.cc:15:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=1;i<=l;i++)
  ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P2613 小杨买饮料6级1 202309
 - 比赛
 - 2024.8.7暑期高级2班练习
 - 语言
 - C++
 - 递交时间
 - 2024-08-07 16:00:25
 - 评测时间
 - 2024-08-07 16:00:25
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 5ms
 - 峰值内存
 - 388.0 KiB