Problem simp
User Duk168
Submission Time 2024-02-10 09:40:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:8:10: error: ‘a1’ was not declared in this scope; did you mean ‘y1’?
8 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
| y1
simp.cpp:8:14: error: ‘a2’ was not declared in this scope
8 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
simp.cpp:8:18: error: ‘b1’ was not declared in this scope; did you mean ‘y1’?
8 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
| y1
simp.cpp:8:22: error: ‘b2’ was not declared in this scope
8 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
simp.cpp:8:26: error: ‘t1’ was not declared in this scope; did you mean ‘tm’?
8 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
|