记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:16: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
  while(!isdigit(ch) && ch!='-'){
         ~~~~~~~^~~~
/in/foo.cc:45:7: note: 'ch' was declared here
  char ch;
       ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.062 MiB
#2 Accepted 2ms 456.0 KiB
#3 Accepted 2ms 2.434 MiB
#4 Accepted 2ms 440.0 KiB
#5 Accepted 126ms 7.953 MiB
#6 Accepted 7ms 2.312 MiB
#7 Accepted 7ms 2.312 MiB
#8 Accepted 114ms 7.945 MiB
#9 Accepted 107ms 7.938 MiB
#10 Accepted 105ms 7.926 MiB

信息

递交者
类型
递交
题目
2.心中报情
题目数据
下载
语言
C++
递交时间
2018-10-27 17:12:37
评测时间
2018-10-27 17:12:37
评测机
分数
100
总耗时
479ms
峰值内存
7.953 MiB