0_0_36529668_12508.cpp:64:3: error: stray '#' in program
} #include<bits/stdc++.h>
^
0_0_36529668_12508.cpp:64:4: error: 'include' does not name a type
} #include<bits/stdc++.h>
^
0_0_36529668_12508.cpp:68:8: error: redefinition of 'struct w'
struct w{
^
0_0_36529668_12508.cpp:5:8: error: previous definition of 'struct w'
struct w{
^
0_0_36529668_12508.cpp:70:6: error: invalid type in declaration before ';' token
}c[5];
^
0_0_36529668_12508.cpp:70:6: error: conflicting declaration 'int c [5]'
0_0_36529668_12508.cpp:7:2: note: previous declaration as 'w c [5]'
}c[5];
^
0_0_36529668_12508.cpp: In function 'void solve()':
0_0_36529668_12508.cpp:72:6: error: redefinition of 'void solve()'
void solve()
^
0_0_36529668_12508.cpp:9:6: note: 'void solve()' previously defined here
void solve()
^
0_0_36529668_12508.cpp: In function 'int main()':
0_0_36529668_12508.cpp:117:5: error: redefinition of 'int main()'
int main()
^
0_0_36529668_12508.cpp:54:5: note: 'int main()' previously defined here
int main()
^
|