Problem motivation
User Jinxuan
Submission Time 2024-01-02 22:28:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motivation.cpp: In function ‘int32_t main()’:
motivation.cpp:17:15: error: expected primary-expression before ‘<<’ token
17 | cout << sum; << return(0);
| ^~
motivation.cpp:17:18: error: expected primary-expression before ‘return’
17 | cout << sum; << return(0);
| ^~~~~~