Problem tourist
User nishith13shah
Submission Time 2025-12-06 21:14:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist.cpp:38:32: error: stray ‘\’ in program
38 | cout << total_happiness << \"\\n\";
| ^
tourist.cpp:38:33: error: missing terminating " character
38 | cout << total_happiness << \"\\n\";
| ^~~~~~~
tourist.cpp: In function ‘int main()’:
tourist.cpp:39:5: error: expected primary-expression before ‘return’
39 | return 0;
| ^~~~~~