Problem goodbye
User poopyjshdsd
Submission Time 2026-02-09 17:56:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodbye.cpp:1:1: error: ‘string’ does not name a type
1 | string S = "Jayden" ;stdin
| ^~~~~~
goodbye.cpp:1:22: error: ‘stdin’ does not name a type
1 | string S = "Jayden" ;stdin
| ^~~~~
goodbye.cpp:1:1: note: ‘stdin’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+++ |+#include <cstdio>
1 | string S = "Jayden" ;stdin