Problem deccourse2025
User Jude
Submission Time 2026-01-08 11:27:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deccourse2025.cpp: In function ‘int main()’:
deccourse2025.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << "PlayVoltz";
| ^~~~
deccourse2025.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;