/ Vijos /

记录详情

Accepted

foo.cc: In function 'void read(int&)':
foo.cc:10:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   10 |  for(;isdigit(c);c=getchar()) x=x*10+c-'0'; x*=f;
      |  ^~~
foo.cc:10:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   10 |  for(;isdigit(c);c=getchar()) x=x*10+c-'0'; x*=f;
      |                                             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 1.0 MiB
#2 Accepted 3ms 896.0 KiB
#3 Accepted 3ms 896.0 KiB
#4 Accepted 4ms 896.0 KiB
#5 Accepted 6ms 1.0 MiB
#6 Accepted 5ms 896.0 KiB
#7 Accepted 13ms 896.0 KiB
#8 Accepted 26ms 896.0 KiB
#9 Accepted 27ms 1.0 MiB
#10 Accepted 5ms 1.0 MiB

信息

递交者
类型
递交
题目
P1378 矩阵取数游戏
语言
C++
递交时间
2022-04-04 18:42:04
评测时间
2022-04-04 18:42:04
评测机
分数
100
总耗时
102ms
峰值内存
1.0 MiB