/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:7: warning: unused variable 'my_max' [-Wunused-variable]
   int my_max=10000000;
       ^~~~~~
/in/foo.cc:44:2: error: 'else' without a previous 'if'
  else printf("%d",ans);
  ^~~~
/in/foo.cc:12:30: warning: unused variable 'n1' [-Wunused-variable]
  register int n,m,x,y,mmax=0,n1=0,ans=0;
                              ^~

信息

递交者
类型
递交
题目
P1987 游戏
语言
C++
递交时间
2018-01-05 12:52:10
评测时间
2018-01-05 12:52:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes