/ Vijos /

记录详情

Accepted

/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:89:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    while(r=Judge()) s+=r;
          ~^~~~~~~~
/in/foo.cc:102: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:118:16: warning: unused variable 'k' [-Wunused-variable]
  S=G();int i,j,k,cnt=0;
                ^
# 状态 耗时 内存占用
#1 Accepted 3ms 320.0 KiB
#2 Accepted 2ms 316.0 KiB
#3 Accepted 2ms 324.0 KiB
#4 Accepted 3ms 316.0 KiB
#5 Accepted 64ms 316.0 KiB
#6 Accepted 165ms 316.0 KiB
#7 Accepted 409ms 448.0 KiB
#8 Accepted 241ms 316.0 KiB
#9 Accepted 123ms 324.0 KiB
#10 Accepted 754ms 316.0 KiB

信息

递交者
类型
递交
题目
P1738 Mayan游戏
语言
C++
递交时间
2017-09-27 14:10:10
评测时间
2017-09-27 14:10:10
评测机
分数
100
总耗时
1768ms
峰值内存
448.0 KiB