/ Vijos /

记录详情

Runtime Error

/in/foo.c:3:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4996)
 
/in/foo.c: In function 'main':
/in/foo.c:12:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (a >= 11 && a - b >= 2 || b >= 11 && b - a >= 2) {      //直接在输入字符的循环中顺便比完11分制
       ~~~~~~~~^~~~~~~~~~~~~
/in/foo.c:24:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (a >= 21 && a - b >= 2 || b >= 21 && b - a >= 2) {
       ~~~~~~~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Runtime Error 4ms 256.0 KiB
#6 Runtime Error 4ms 256.0 KiB
#7 Runtime Error 3ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 2ms 256.0 KiB
#10 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C
递交时间
2018-04-12 13:59:41
评测时间
2018-04-12 13:59:41
评测机
分数
70
总耗时
30ms
峰值内存
256.0 KiB