Problem | maximum |
---|---|
User | solvemaster123 |
Submission Time | 2023-11-08 14:30:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 | }
| ^