Problem maximum
User fanqie
Submission Time 2023-11-15 09:07:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:12: error: ‘a’ was not declared in this scope
5 | int A[2]={a,b};
| ^
maximum.cpp:5:14: error: ‘b’ was not declared in this scope
5 | int A[2]={a,b};
| ^