Problem simp
User Yuzzll
Submission Time 2023-04-25 19:13:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:13:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | sl(n);
| ^
simp.cpp:9:29: note: in definition of macro ‘sl’
9 | #define sl(a) scanf("%lld",&a)
| ^
simp.cpp:15:10: error: ‘a1’ was not declared in this scope; did you mean ‘y1’?
15 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
| y1
simp.cpp:15:14: error: ‘a2’ was not declared in this scope
15 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
simp.cpp:15:18: error: ‘b1’ was not declared in this scope; did you mean ‘y1’?
15 | cin>>a1>>a2>>b1>>b2>>t1>>t2;
| ^~
| y1
simp.cpp:15:22: error: ‘b2’ was not declared in this scope
15 | cin>>a1>>a2>&g