Problem helloworld
User Elnathan
Submission Time 2023-04-13 10:39:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << 0 / 0;
| ^~~~
helloworld.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include <vector>
+++ |+#include <iostream>
2 | #define ULLONG_MAX 2 * (1 << 63)