/ 晓编程 /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:10: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>n,x;
          ^
/in/foo.cc:9:15: warning: 'x' is used uninitialized in this function [-Wuninitialized]
     cout << n%x << endl;
               ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 200.0 KiB
#2 Runtime Error 1ms 200.0 KiB
#3 Runtime Error 1ms 208.0 KiB
#4 Runtime Error 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1014 分组(二)
语言
C++
递交时间
2020-01-06 16:25:59
评测时间
2020-01-06 16:25:59
评测机
分数
0
总耗时
6ms
峰值内存
208.0 KiB