记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:12: warning: right operand of comma operator has no effect [-Wunused-value]
  cin>>x1,x2;
            ^
/in/foo.cc:7:2: error: 'y1' was not declared in this scope
  y1=x1+x2;
  ^~
/in/foo.cc:8:2: error: 'y2' was not declared in this scope
  y2=x1*x2;
  ^~
/in/foo.cc:9:2: error: 'y3' was not declared in this scope
  y3=x1%x2;
  ^~

信息

递交者
类型
自测
题目
P1078 xf1-1两数和、积、余
语言
C++
递交时间
2023-09-16 13:03:35
评测时间
2023-09-16 13:03:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes