记录详情

Accepted

/in/foo.cc: In function 'int IO::read()':
/in/foo.cc:24:17: warning: 'ch' is used uninitialized in this function [-Wuninitialized]
   for(; !isdigit(ch) ; ch = getchar());
          ~~~~~~~^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:17: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
   for(; !isdigit(ch) ; ch = getchar());
          ~~~~~~~^~~~
/in/foo.cc:22:8: note: 'ch' was declared here
   char ch;
        ^~
/in/foo.cc:24:17: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
   for(; !isdigit(ch) ; ch = getchar());
          ~~~~~~~^~~~
/in/foo.cc:22:8: note: 'ch' was declared here
   char ch;
        ^~
/in/foo.cc:24:17: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
   for(; !isdigit(ch) ; ch = getchar());
          ~~~~~~~^~~~
/in/foo.cc:22:8: note: 'ch' was declared here
   char ch;
        ^~
/in/foo.cc:24:17: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
   for(; !isdigit(ch) ; ch = getchar());
          ~~~~~~~^~~~
/in/foo.cc:22:8: note: 'ch' was declared here
   char ch;
        ^~
# 状态 耗时 内存占用
#1 Accepted 13ms 27.301 MiB
#2 Accepted 12ms 22.578 MiB
#3 Accepted 12ms 22.613 MiB
#4 Accepted 13ms 27.656 MiB
#5 Accepted 13ms 24.207 MiB
#6 Accepted 169ms 43.383 MiB
#7 Accepted 171ms 45.91 MiB
#8 Accepted 170ms 46.078 MiB
#9 Accepted 103ms 42.762 MiB
#10 Accepted 106ms 40.332 MiB
#11 Accepted 102ms 40.332 MiB
#12 Accepted 104ms 42.832 MiB
#13 Accepted 211ms 40.336 MiB
#14 Accepted 215ms 40.035 MiB
#15 Accepted 208ms 39.957 MiB
#16 Accepted 209ms 42.617 MiB
#17 Accepted 183ms 40.938 MiB
#18 Accepted 185ms 40.836 MiB
#19 Accepted 183ms 38.27 MiB
#20 Accepted 581ms 66.18 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-08-18 18:06:17
评测时间
2019-08-18 18:06:17
评测机
分数
100
总耗时
2973ms
峰值内存
66.18 MiB