Problem maximum
User NgMinSong123
Submission Time 2023-02-10 15:41:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function β€˜int main()’:
maximum.cpp:6:6: error: expected primary-expression before β€˜<<’ token
6 | std << max(a, b);
| ^~