| Problem | veryeasymath |
|---|---|
| User | dghgditbocto |
| Submission Time | 2025-11-14 20:07:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp:1:6: error: ‘ios_base’ in namespace ‘std’ does not name a type
1 | std::ios_base::sync_with_stdio(false); std::cin.tie(NULL);
| ^~~~~~~~
veryeasymath.cpp:1:45: error: ‘cin’ in namespace ‘std’ does not name a type
1 | std::ios_base::sync_with_stdio(false); std::cin.tie(NULL);
| ^~~
veryeasymath.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | std::ios_base::sync_with_stdio(false); std::cin.tie(NULL);