记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:16: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>xmin,xmax;
                ^
/in/foo.cc:7:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b,c,d;
        ^
/in/foo.cc:8:3: warning: 'xmax' is used uninitialized in this function [-Wuninitialized]
  a=xmax-xmin;
  ~^~~~~~~~~~
/in/foo.cc:15:9: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<d;
         ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 220.0 KiB
#2 Runtime Error 1ms 228.0 KiB
#3 Runtime Error 1ms 228.0 KiB
#4 Runtime Error 1ms 228.0 KiB
#5 Runtime Error 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1090 xf2-3爸爸的爱
比赛
2020苏青奥赛集训营(2021-2-2课堂小练)
语言
C++
递交时间
2021-02-02 12:51:09
评测时间
2021-02-02 12:51:09
评测机
分数
0
总耗时
7ms
峰值内存
228.0 KiB