Problem maximum
User solvemaster123
Submission Time 2023-11-08 14:30:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:8:25: error: missing terminating ' character
8 | cout << max(a,b);,k.ll,'
| ^
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:19: error: expected primary-expression before ‘,’ token
8 | cout << max(a,b);,k.ll,'
| ^
maximum.cpp:8:20: error: ‘k’ was not declared in this scope
8 | cout << max(a,b);,k.ll,'
| ^
maximum.cpp:9:1: error: expected primary-expression before ‘}’ token
9 | }
| ^