Borderou de evaluare (job #598519)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Trigrame (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 mai 2021 21:32:44 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:27:5: error: 'strcpy' was not declared in this scope
27 | strcpy(charArray, text.c_str());
| ^~~~~~
main.cpp:3:1: note: 'strcpy' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include <fstream>
+++ |+#include <cstring>
3 | using namespace std;