Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:8: warning: statement has no effect [-Wunused-value]
  for (L;L<=R;L++)
        ^
/in/foo.cc:5:18: warning: unused variable 'i' [-Wunused-variable]
  int k,L,R,cnt=0,i=0;
                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 328.0 KiB
#2 Accepted 1ms 380.0 KiB
#3 Accepted 1ms 332.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P2585 小明的幸运数1级2 2023.9
比赛
GESP1级 考前练习
语言
C++
递交时间
2024-11-24 18:48:37
评测时间
2024-11-24 18:48:37
评测机
分数
100
总耗时
7ms
峰值内存
380.0 KiB