0_0_29424191_23874.cpp:31:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:61:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:91:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:121:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp: In function 'int main()':
0_0_29424191_23874.cpp:12:21: error: expected ')' before '{' token
while(scanf("%d",N){
^
0_0_29424191_23874.cpp: At global scope:
0_0_29424191_23874.cpp:31:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:35:12: error: redefinition of 'double a [20]'
double a[20];
^
0_0_29424191_23874.cpp:5:8: note: 'double a [20]' previously declared here
double a[20];
^
0_0_29424191_23874.cpp: In function 'int main()':
0_0_29424191_23874.cpp:36:5: error: redefinition of 'int main()'
int main() {
^
0_0_29424191_23874.cpp:6:5: note: 'int main()' previously defined here
int main() {
^
0_0_29424191_23874.cpp: At global scope:
0_0_29424191_23874.cpp:61:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:65:12: error: redefinition of 'double a [20]'
double a[20];
^
0_0_29424191_23874.cpp:5:8: note: 'double a [20]' previously declared here
double a[20];
^
0_0_29424191_23874.cpp: In function 'int main()':
0_0_29424191_23874.cpp:66:5: error: redefinition of 'int main()'
int main() {
^
0_0_29424191_23874.cpp:6:5: note: 'int main()' previously defined here
int main() {
^
0_0_29424191_23874.cpp: At global scope:
0_0_29424191_23874.cpp:91:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:95:12: error: redefinition of 'double a [20]'
double a[20];
^
0_0_29424191_23874.cpp:5:8: note: 'double a [20]' previously declared here
double a[20];
^
0_0_29424191_23874.cpp: In function 'int main()':
0_0_29424191_23874.cpp:96:5: error: redefinition of 'int main()'
int main() {
^
0_0_29424191_23874.cpp:6:5: note: 'int main()' previously defined here
int main() {
^
0_0_29424191_23874.cpp: At global scope:
0_0_29424191_23874.cpp:121:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_29424191_23874.cpp:125:12: error: redefinition of 'double a [20]'
double a[20];
^
0_0_29424191_23874.cpp:5:8: note: 'double a [20]' previously declared here
double a[20];
^
0_0_29424191_23874.cpp: In function 'int main()':
0_0_29424191_23874.cpp:126:5: error: redefinition of 'int main()'
int main() {
^
0_0_29424191_23874.cpp:6:5: note: 'int main()' previously defined here
int main() {
^
|