/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int read()':
/in/foo.cc:19:15: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
   while(s>'9' || s<'0'){s=getchar();if(s=='-') sym=-1;}
         ~~~~~~^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:15: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
   while(s>'9' || s<'0'){s=getchar();if(s=='-') sym=-1;}
         ~~~~~~^~~~~~~~
/in/foo.cc:18:8: note: 's' was declared here
   char s;
        ^
/in/foo.cc:19:15: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
   while(s>'9' || s<'0'){s=getchar();if(s=='-') sym=-1;}
         ~~~~~~^~~~~~~~
/in/foo.cc:18:8: note: 's' was declared here
   char s;
        ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1028ms ≥372.0 KiB
#2 Time Exceeded ≥1003ms ≥336.0 KiB
#3 Time Exceeded ≥1017ms ≥276.0 KiB
#4 Time Exceeded ≥1020ms ≥384.0 KiB
#5 Time Exceeded ≥1025ms ≥384.0 KiB
#6 Time Exceeded ≥1024ms ≥336.0 KiB
#7 Time Exceeded ≥1015ms ≥268.0 KiB
#8 Time Exceeded ≥1016ms ≥336.0 KiB
#9 Time Exceeded ≥1003ms ≥336.0 KiB
#10 Time Exceeded ≥1005ms ≥364.0 KiB

信息

递交者
类型
递交
题目
P1737 选择客栈
语言
C++
递交时间
2018-07-17 20:54:35
评测时间
2018-07-17 21:27:13
评测机
分数
0
总耗时
≥10160ms
峰值内存
≥384.0 KiB