Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:10: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>a,b;
          ^
/in/foo.cc:8:5: warning: statement has no effect [-Wunused-value]
  a-b>0; 
  ~~~^~
/in/foo.cc:9:20: warning: 'b' is used uninitialized in this function [-Wuninitialized]
  cout<<a/b<<" "<<a%b;
                    ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 420.0 KiB
#2 Runtime Error 1ms 420.0 KiB
#3 Runtime Error 2ms 488.0 KiB
#4 Runtime Error 2ms 388.0 KiB
#5 Runtime Error 1ms 360.0 KiB
#6 Runtime Error 1ms 488.0 KiB
#7 Runtime Error 1ms 488.0 KiB
#8 Runtime Error 1ms 388.0 KiB
#9 Runtime Error 1ms 356.0 KiB
#10 Runtime Error 1ms 352.0 KiB

信息

递交者
类型
递交
题目
P1687 整数除法求商和余数
语言
C++
递交时间
2024-11-02 07:47:18
评测时间
2024-11-02 07:47:18
评测机
分数
0
总耗时
19ms
峰值内存
488.0 KiB