| Problem | language |
|---|---|
| User | popperoni |
| Submission Time | 2026-04-04 01:01:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
grader.cpp:35:10: fatal error: lang.h: No such file or directory
35 | #include "lang.h"
| ^~~~~~~~
compilation terminated.
language.cpp: In function ‘void excerpt(int*)’:
language.cpp:31:9: error: ‘memset’ was not declared in this scope
31 | memset(counted, 0, sizeof(counted));
| ^~~~~~
language.cpp:1:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
+++ |+#include <cstring>
1 | // JUST TESTINGGNGGGG
language.cpp:51:19: error: ‘language’ was not declared in this scope
51 | int correct = language(best_lang);
| ^~~~~~~~