Problem | ultimateifelse |
---|---|
User | Pandin |
Submission Time | 2024-06-18 10:40:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:19:12: error: ‘strlen’ was not declared in this scope
19 | } else if (strlen(S) >= 5) {
| ^~~~~~
ultimateifelse.cpp:2:1: note: ‘strlen’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
1 | #include <iostream>
+++ |+#include <cstring>
2 | #include <string>