Problem | conversations |
---|---|
User | MagicHenry |
Submission Time | 2024-03-03 15:54:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
conversations.cpp:28:2: error: stray ‘#’ in program
28 | }#include <bits/stdc++.h>
| ^
conversations.cpp:28:3: error: ‘include’ does not name a type
28 | }#include <bits/stdc++.h>
| ^~~~~~~
conversations.cpp:30:5: error: redefinition of ‘int main()’
30 | int main() {
| ^~~~
conversations.cpp:3:5: note: ‘int main()’ previously defined here
3 | int main() {
| ^~~~