/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:32:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   32 |         for(int i=1;i<=n-1;++i) s=s*10; e=s*10-1;
      |         ^~~
foo.cc:32:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   32 |         for(int i=1;i<=n-1;++i) s=s*10; e=s*10-1;
      |                                         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 234ms 41.012 MiB
#2 Accepted 203ms 40.988 MiB
#3 Accepted 218ms 40.961 MiB
#4 Accepted 302ms 41.02 MiB
#5 Accepted 283ms 40.973 MiB

信息

递交者
类型
递交
题目
P1359 Superprime
语言
C++
递交时间
2023-05-13 11:37:27
评测时间
2023-05-13 11:37:27
评测机
分数
100
总耗时
1241ms
峰值内存
41.02 MiB