| Problem | generosity |
|---|---|
| User | tinyqwertyIII |
| Submission Time | 2026-04-24 15:19:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
generosity.cpp:1:5: error: cannot declare ‘::main’ to be a global variable
1 | int main{
| ^~~~
generosity.cpp:2:7: error: ‘cout’ is not a member of ‘std’
2 | std::cout << "CBEC08CD7A97AAE838365DB8B6B54D7448235918F43D5B54474B0DCB20C566D6"
| ^~~~
generosity.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | int main{