/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void merge(int, int)':
/in/foo.cc:46:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=l+r>>1;
          ~^~
/in/foo.cc: In function 'void calc(int, int)':
/in/foo.cc:82:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
  int mid=l+r>>1;
          ~^~
/in/foo.cc: In function 'void solve()':
/in/foo.cc:115:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k;
        ^
/in/foo.cc:115:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k;
          ^
# 状态 耗时 内存占用
#1 Runtime Error 8ms 8.328 MiB
#2 Runtime Error 5ms 8.32 MiB
#3 Runtime Error 4ms 8.312 MiB
#4 Runtime Error 4ms 8.492 MiB
#5 Runtime Error 5ms 8.312 MiB
#6 Runtime Error 5ms 8.324 MiB
#7 Runtime Error 5ms 8.32 MiB
#8 Runtime Error 5ms 8.32 MiB
#9 Runtime Error 5ms 8.312 MiB
#10 Runtime Error 5ms 8.328 MiB

信息

递交者
类型
递交
题目
P1508 货币兑换
语言
C++
递交时间
2017-10-21 22:15:46
评测时间
2017-10-21 22:15:46
评测机
分数
0
总耗时
57ms
峰值内存
8.492 MiB