记录详情

Accepted

foo.cc: In function 'int cyl::IO::gi()':
foo.cc:12:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   while (c > -1 && c < '0' || c > '9') { if (c == '-') f = -1; c = gc(); }
          ~~~~~~~^~~~~~~~~~
foo.cc: In function 'int cyl::main()':
foo.cc:66:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int j = 0; j < D[i].size(); ++j) {
                    ~~^~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 23ms 21.402 MiB
#2 Accepted 23ms 21.363 MiB
#3 Accepted 23ms 21.371 MiB
#4 Accepted 24ms 21.398 MiB
#5 Accepted 23ms 21.324 MiB
#6 Accepted 181ms 55.828 MiB
#7 Accepted 185ms 55.812 MiB
#8 Accepted 184ms 55.758 MiB
#9 Accepted 105ms 48.066 MiB
#10 Accepted 105ms 48.008 MiB
#11 Accepted 99ms 48.059 MiB
#12 Accepted 114ms 48.062 MiB
#13 Accepted 273ms 51.945 MiB
#14 Accepted 263ms 51.949 MiB
#15 Accepted 271ms 51.961 MiB
#16 Accepted 281ms 51.961 MiB
#17 Accepted 208ms 49.43 MiB
#18 Accepted 210ms 49.5 MiB
#19 Accepted 196ms 49.398 MiB
#20 Accepted 716ms 105.027 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2021-05-17 13:05:19
评测时间
2021-05-17 13:05:19
评测机
分数
100
总耗时
3517ms
峰值内存
105.027 MiB