记录详情

Accepted

foo.cc: In function 'void read(int&)':
foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
  ^~~
foo.cc:16:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
                                                     ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-15T23:46:39.783Z","handle":"2020-02-15T23:46:39.784Z","cache_start":"2020-02-15T23:46:39.784Z","read_cases":"2020-02-15T23:46:39.996Z","judge":"2020-02-15T23:46:39.997Z","done":"2020-02-15T23:46:41.378Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 192.0 KiB
#2 Accepted 8ms 324.0 KiB
#3 Accepted 2ms 188.0 KiB
#4 Accepted 2ms 192.0 KiB
#5 Accepted 24ms 344.0 KiB
#6 Accepted 6ms 204.0 KiB
#7 Accepted 2ms 228.0 KiB
#8 Accepted 23ms 440.0 KiB
#9 Accepted 2ms 252.0 KiB
#10 Accepted 369ms 1.066 MiB

信息

递交者
类型
递交
题目
P1000 窃取培优1.0
语言
C++
递交时间
2020-02-16 07:46:39
评测时间
2020-02-16 07:46:39
评测机
分数
100
总耗时
440ms
峰值内存
1.066 MiB