记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:13: warning: 'c' is used uninitialized in this function [-Wuninitialized]
  while(c>'9'||c<'0')
        ~~~~~^~~~~~~
/in/foo.cc:5:19: note: 'c' was declared here
  int s=0,f=1;char c;
                   ^
/in/foo.cc:5:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:5:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 2ms 2.43 MiB
#2 Accepted 2ms 2.699 MiB
#3 Accepted 4ms 956.0 KiB
#4 Accepted 3ms 2.434 MiB
#5 Accepted 20ms 2.699 MiB
#6 Accepted 14ms 3.434 MiB
#7 Accepted 278ms 8.559 MiB
#8 Accepted 125ms 8.57 MiB
#9 Accepted 150ms 8.559 MiB
#10 Accepted 139ms 8.559 MiB

信息

递交者
类型
递交
题目
家庭作业
题目数据
下载
语言
C++
递交时间
2018-10-25 20:46:46
评测时间
2018-10-25 20:46:46
评测机
分数
100
总耗时
742ms
峰值内存
8.57 MiB