记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:13: warning: 'c' is used uninitialized in this function [-Wuninitialized]
  while(c>'9'||c<'0'){if(c=='-')f=-1;c=getchar();}
        ~~~~~^~~~~~~
/in/foo.cc:7:19: note: 'c' was declared here
  int s=0,f=1;char c;
                   ^
/in/foo.cc:7:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:7:19: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 2ms 968.0 KiB
#2 Accepted 2ms 956.0 KiB
#3 Accepted 11ms 2.309 MiB
#4 Accepted 4ms 972.0 KiB
#5 Accepted 908ms 1.68 MiB
#6 Accepted 59ms 2.855 MiB
#7 Time Exceeded ≥1005ms ≥8.508 MiB
#8 Accepted 207ms 8.578 MiB
#9 Time Exceeded ≥1004ms ≥8.531 MiB
#10 Accepted 518ms 8.539 MiB

信息

递交者
类型
递交
题目
家庭作业
题目数据
下载
语言
C++
递交时间
2018-10-25 20:45:48
评测时间
2018-10-25 20:45:48
评测机
分数
80
总耗时
≥3723ms
峰值内存
≥8.578 MiB