/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Insert(const int&)':
/in/foo.cc:72:6: warning: operation on 'tot' may be undefined [-Wsequence-point]
  key[++tot] = sum[tot] = cost, sze[tot] = 1;
      ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:111:21: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
  printf("%I64d", ans);
                     ^
# 状态 耗时 内存占用
#1 Accepted 4ms 6.367 MiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2017-07-04 21:17:48
评测时间
2017-07-04 21:17:48
评测机
分数
10
总耗时
4ms
峰值内存
6.367 MiB