/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:6: warning: unused variable 'i' [-Wunused-variable]
  int i = 0;
      ^
/in/foo.cc: In function 'void score(std::vector<char>&)':
/in/foo.cc:29:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (i = 0; i < ori.size(); i++) {
               ~~^~~~~~~~~~~~
/in/foo.cc:60:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (i = 0; i < out.size(); i++) {
              ~~^~~~~~~~~~~~
/in/foo.cc:25:21: warning: variable 'j' set but not used [-Wunused-but-set-variable]
  int n, i, l=0, w=0,j=1;
                     ^
# 状态 耗时 内存占用
#1 Accepted 2ms 208.0 KiB
#2 Accepted 2ms 200.0 KiB
#3 Accepted 2ms 336.0 KiB
#4 Accepted 2ms 328.0 KiB
#5 Accepted 3ms 336.0 KiB
#6 Accepted 15ms 700.0 KiB
#7 Accepted 7ms 460.0 KiB
#8 Accepted 1ms 204.0 KiB
#9 Accepted 1ms 204.0 KiB
#10 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2019-03-02 15:58:57
评测时间
2019-03-02 15:58:57
评测机
分数
100
总耗时
41ms
峰值内存
700.0 KiB