记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(t>=d>=e)
       ~^~~
/in/foo.cc:40:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(t>=e>=d)
       ~^~~
/in/foo.cc:45:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(e>=t>=d)
       ~^~~
/in/foo.cc:50:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(e>=d>=t)
       ~^~~
/in/foo.cc:55:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(d>=e>=t)
       ~^~~
/in/foo.cc:60:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
    if(d>=t>=e)
       ~^~~
/in/foo.cc:6:14: warning: unused variable 'f' [-Wunused-variable]
  int j,i,h,g,f,n,d,t,e,n1,n2,c,k,s=0;
              ^
/in/foo.cc:66:13: warning: 'h' may be used uninitialized in this function [-Wmaybe-uninitialized]
    cout<<h<<"-"<<i<<"="<<j<<endl;
             ^~~
/in/foo.cc:66:21: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
    cout<<h<<"-"<<i<<"="<<j<<endl;
                     ^~~
/in/foo.cc:12:3: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(k==c)
   ^~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1000ms ≥224.0 KiB
#2 Wrong Answer 1ms 220.0 KiB
#3 Time Exceeded ≥1002ms ≥212.0 KiB
#4 Time Exceeded ≥1001ms ≥220.0 KiB
#5 Time Exceeded ≥1001ms ≥220.0 KiB

信息

递交者
类型
递交
题目
P1193 黑洞数
比赛
2020苏青奥赛集训营(2021-2-3课堂小练)
语言
C++
递交时间
2021-02-03 13:18:34
评测时间
2021-02-03 13:18:34
评测机
分数
0
总耗时
≥4007ms
峰值内存
≥224.0 KiB