/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:71:40: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
             while(scanf("%d%d",&a,&b),a!=-1&b!=-1)
                                       ~^~~~
/in/foo.cc:66:17: warning: unused variable 'ta' [-Wunused-variable]
         int a,b,ta,tb;
                 ^~
/in/foo.cc:66:20: warning: unused variable 'tb' [-Wunused-variable]
         int a,b,ta,tb;
                    ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 584.0 KiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2019-08-22 15:16:26
评测时间
2019-08-22 15:16:26
评测机
分数
10
总耗时
1ms
峰值内存
584.0 KiB