Problem | yunah |
---|---|
User | nutzzzz |
Submission Time | 2024-12-30 23:45:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yunah.cpp:1:28: error: stray ‘#’ in program
1 | [23:44, 30/12/2024] Elden: #include <bits/stdc++.h>
| ^
yunah.cpp:40:28: error: stray ‘#’ in program
40 | [23:45, 30/12/2024] Elden: #include <bits/stdc++.h>
| ^
yunah.cpp:1:1: error: expected unqualified-id before ‘[’ token
1 | [23:44, 30/12/2024] Elden: #include <bits/stdc++.h>
| ^
yunah.cpp: In function ‘int main()’:
yunah.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> n >> k;
| ^~~
yunah.cpp:8:5: error: ‘memset’ was not declared in this scope
8 | memset(a, true, sizeof(a));
| ^~~~~~
yunah.cpp:1:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
+++ |+#include <cstring>
1 | [23:44, 30/12/2024] Elden: #include <bits/stdc++.h>
yunah.cpp:16:9: error: