| Problem | onlineexam |
|---|---|
| User | bribritt |
| Submission Time | 2025-11-21 22:50:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
onlineexam.cpp:1:6: error: ‘string’ in namespace ‘std’ does not name a type
1 | std::string exam(int n) {
| ^~~~~~
onlineexam.cpp:1:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
+++ |+#include <string>
1 | std::string exam(int n) {