Problem fraud
User haydendoo
Submission Time 2022-12-30 02:26:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fraud.cpp: In function ‘int main()’:
fraud.cpp:56:2: error: ‘ld’ was not declared in this scope
56 | ld a1=a[i], b1=b[i], a2=a[i+1], b2=b[i+1];
| ^~
fraud.cpp:57:6: error: ‘a1’ was not declared in this scope; did you mean ‘a’?
57 | if((a1==b2 && b1==a2)||(a1<=a2&&b1<=b2)) {
| ^~
| a
fraud.cpp:57:10: error: ‘b2’ was not declared in this scope; did you mean ‘b’?
57 | if((a1==b2 && b1==a2)||(a1<=a2&&b1<=b2)) {
| ^~
| b
fraud.cpp:57:16: error: ‘b1’ was not declared in this scope; did you mean ‘b’?
57 | if((a1==b2 && b1==a2)||(a1<=a2&&b1<=b2)) {
| ^~
| b
fraud.cpp:57:20: error: ‘a2’ was not declared in this scope; did you mean ‘a’?
57 | if((a1==b2 && b1==a2)||(a1<=a2&&b1<=b2)) {
| ^~
| a
fraud.cpp:60:5: error: ‘a1’ was not declared in this