记录详情

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.832 MiB
#2 Accepted 12ms 24.715 MiB
#3 Accepted 13ms 27.039 MiB
#4 Accepted 12ms 24.156 MiB
#5 Accepted 14ms 27.285 MiB
#6 Accepted 165ms 44.457 MiB
#7 Accepted 166ms 45.988 MiB
#8 Accepted 165ms 44.605 MiB
#9 Accepted 99ms 42.762 MiB
#10 Accepted 99ms 42.957 MiB
#11 Accepted 100ms 40.332 MiB
#12 Accepted 99ms 42.824 MiB
#13 Accepted 208ms 42.836 MiB
#14 Accepted 209ms 42.582 MiB
#15 Accepted 209ms 41.207 MiB
#16 Accepted 209ms 40.207 MiB
#17 Accepted 178ms 39.336 MiB
#18 Accepted 177ms 39.332 MiB
#19 Accepted 177ms 40.84 MiB
#20 Accepted 584ms 66.082 MiB

信息

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