/ Vijos /

记录详情

Wrong Answer

/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:85:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    while(r=Judge()) s+=r;
          ~^~~~~~~~
/in/foo.cc:98: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:112:16: warning: unused variable 'k' [-Wunused-variable]
  S=G();int i,j,k,cnt=0;
                ^
# 状态 耗时 内存占用
#1 Accepted 3ms 320.0 KiB
#2 Accepted 3ms 308.0 KiB
#3 Accepted 3ms 316.0 KiB
#4 Accepted 6ms 440.0 KiB
#5 Accepted 21ms 320.0 KiB
#6 Accepted 154ms 312.0 KiB
#7 Wrong Answer 1125ms 320.0 KiB
#8 Accepted 226ms 312.0 KiB
#9 Accepted 56ms 320.0 KiB
#10 Accepted 556ms 312.0 KiB

信息

递交者
类型
递交
题目
P1738 Mayan游戏
语言
C++
递交时间
2017-09-27 13:57:24
评测时间
2017-09-27 13:57:24
评测机
分数
90
总耗时
2158ms
峰值内存
440.0 KiB