Problem fraud
User R9q5P8
Submission Time 2025-11-14 15:21:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
fraud.cpp: In function ‘int main()’:
fraud.cpp:14:14: error: redeclaration of ‘long long int A1’
14 | int A1, A2, A1, B2;
| ^~
fraud.cpp:14:6: note: ‘long long int A1’ previously declared here
14 | int A1, A2, A1, B2;
| ^~
fraud.cpp:23:9: error: ‘B1’ was not declared in this scope; did you mean ‘B2’?
23 | cin >> B1;
| ^~
| B2