Problem 1609
User Red123
Submission Time 2025-08-20 16:34:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp:6:10: error: missing terminating " character
6 | cout << "Our willingness to wait reveals the value we place on the object we're waiting for. \n- Charles Stanley \nClick HERE to understand why some things are worth the wait!
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1609.cpp: In function ‘int main()’:
1609.cpp:6:7: error: expected primary-expression at end of input
6 | cout << "Our willingness to wait reveals the value we place on the object we're waiting for. \n- Charles Stanley \nClick HERE to understand why some things are worth the wait!
| ^~
1609.cpp:6:7: error: expected ‘}’ at end of input
1609.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^