Problem maximum
User ybc
Submission Time 2023-11-08 12:56:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:6:14: error: stray ‘\’ in program
6 | cin >> a >> \n b;
| ^
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:15: error: ‘n’ was not declared in this scope
6 | cin >> a >> \n b;
| ^