| Problem | generosity |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2025-07-09 17:46:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
generosity.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
generosity.cpp: In function ‘int main()’:
generosity.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << "please";
| ^~~~