0_0_39361382_19294.cpp:79:22: error: stray '#' in program
79 | int p#include<bits/stdc++.h>
| ^
0_0_39361382_19294.cpp: In function 'int main()':
0_0_39361382_19294.cpp:79:23: error: expected initializer before 'include'
79 | int p#include<bits/stdc++.h>
| ^~~~~~~
0_0_39361382_19294.cpp:100:1: error: a function-definition is not allowed here before '{' token
100 | {
| ^
0_0_39361382_19294.cpp:108:1: error: a function-definition is not allowed here before '{' token
108 | {
| ^
0_0_39361382_19294.cpp:173:22: error: 'p' was not declared in this scope
173 | cin>>p;
| ^
|