Borderou de evaluare (job #682739)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Biscuit | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 dec. 2022 12:47:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:18:37: error: 'strlen' was not declared in this scope
18 | for (int j = 0; j < strlen(s); j++) {
| ^~~~~~
main.cpp:4:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
3 | #include <bitset>
+++ |+#include <cstring>
4 | using namespace std;