0_0_39843278_28982.cpp:10:16: error: stray '#' in program
10 | cin >> test#include <iostream>
| ^
0_0_39843278_28982.cpp: In function 'int main()':
0_0_39843278_28982.cpp:10:12: error: 'test' was not declared in this scope; did you mean 'tests'?
10 | cin >> test#include <iostream>
| ^~~~
| tests
0_0_39843278_28982.cpp:17:12: error: a function-definition is not allowed here before '{' token
17 | int main() {
| ^
0_0_39843278_28982.cpp:54:1: error: 's' was not declared in this scope
54 | s;
| ^
|