| Problem | shiritori_ex |
|---|---|
| User | CKCodeBreaker55 |
| Submission Time | 2025-12-29 16:40:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shiritori_ex.cpp:1:4: error: stray ‘#’ in program
1 | _ex#include <bits/stdc++.h>
| ^
shiritori_ex.cpp:1:1: error: ‘_ex’ does not name a type
1 | _ex#include <bits/stdc++.h>
| ^~~
shiritori_ex.cpp: In function ‘int main()’:
shiritori_ex.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~~~~~
shiritori_ex.cpp:7:32: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
shiritori_ex.cpp:7:44: error: ‘cout’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~
shiritori_ex.cpp:10:2: error: ‘string’ was not declared in this scope
10 | string arr[N];
| ^~~~~~
shiritori_ex.cpp:13:10: error: ‘arr’ was not declared in this scope<