Problem | foreveralone |
---|---|
User | back2square1 |
Submission Time | 2023-06-08 21:35:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:40:2: error: ‘memset’ was not declared in this scope
40 | memset(nfa,0,sizeof nfa);
| ^~~~~~
foreveralone.cpp:2:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
1 | #include <iostream>
+++ |+#include <cstring>
2 | //#include <bits/stdc++.h>