/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:46:42: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  for(i=0;i<n;i++)scanf("%d%d",&a[i],&b[i]);
                               ~~~~~      ^
/in/foo.cc:46:42: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:43:17: warning: variable 'k' set but not used [-Wunused-but-set-variable]
 long long n,i,j,k,a[1000],b[1000],ans[4001],tmp[4001],ttt[4001],p,q;
                 ^
# 状态 耗时 内存占用
#1 Accepted 5ms 500.0 KiB

信息

递交者
类型
自测
题目
P1779 国王游戏
语言
C++
递交时间
2017-10-22 00:42:24
评测时间
2017-10-22 00:42:24
评测机
分数
10
总耗时
5ms
峰值内存
500.0 KiB