lang.cpp:56:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
lang.cpp:56:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^~~~~~~
lang.cpp:62:20: error: redefinition of 'int a [5][56][200000]'
int a[5][56][200000], b[5][200000];
^
lang.cpp:7:5: note: 'int a [5][56][200000]' previously declared here
int a[5][56][200000], b[5][200000];
^
lang.cpp:62:34: error: redefinition of 'int b [5][200000]'
int a[5][56][200000], b[5][200000];
^
lang.cpp:7:23: note: 'int b [5][200000]' previously declared here
int a[5][56][200000], b[5][200000];
^
lang.cpp:63:18: error: redefinition of 'int cnt [5][200000]'
int cnt[5][200000];
^
lang.cpp:8:5: note: 'int cnt [5][200000]' previously declared here
int cnt[5][200000];
^~~
lang.cpp:64:11: error: redefinition of 'const int MOD'
const int MOD = 199999;
^~~
lang.cpp:9:11: note: 'const int MOD' previously defined here
const int MOD = 199999;
^~~
lang.cpp: In function 'void excerpt(int*)':
lang.cpp:66:6: error: redefinition of 'void excerpt(int*)'
void excerpt (int* E) {
^~~~~~~
lang.cpp:11:6: note: 'void excerpt(int*)' previously defined here
void excerpt (int* E) {
^~~~~~~