/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void Print()':
/in/foo.cc:24:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k;
          ^
/in/foo.cc: In function 'int Judge()':
/in/foo.cc:48:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   V[i][j]=M[i][j]=0;
           ~~~~~~~^~
/in/foo.cc:30:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,cnt=0;
          ^
/in/foo.cc: In function 'void DFS(int, int)':
/in/foo.cc:78:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    while(r=Judge()) s+=r;
          ~^~~~~~~~
/in/foo.cc:91:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    while(r=Judge()) s+=r;
          ~^~~~~~~~
/in/foo.cc:53:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,u,v,r,s;
          ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:105:16: warning: unused variable 'k' [-Wunused-variable]
  S=G();int i,j,k,cnt=0;
                ^
# 状态 耗时 内存占用
#1 Accepted 1ms 312.0 KiB
#2 Accepted 1ms 320.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Accepted 10ms 320.0 KiB
#5 Accepted 316ms 312.0 KiB
#6 Accepted 1192ms 320.0 KiB
#7 Time Exceeded ≥3008ms ≥316.0 KiB
#8 Accepted 2111ms 316.0 KiB
#9 Accepted 767ms 316.0 KiB
#10 Time Exceeded ≥3008ms ≥320.0 KiB

信息

递交者
类型
递交
题目
P1738 Mayan游戏
语言
C++
递交时间
2017-09-27 13:49:16
评测时间
2017-09-27 13:49:16
评测机
分数
80
总耗时
≥10421ms
峰值内存
≥320.0 KiB