0_0_6418328_23726.cpp:54: error: redefinition of `const int N'
0_0_6418328_23726.cpp:6: error: `const int N' previously defined here
0_0_6418328_23726.cpp:56: error: redefinition of `int n'
0_0_6418328_23726.cpp:8: error: `int n' previously declared here
0_0_6418328_23726.cpp:56: error: redefinition of `int t'
0_0_6418328_23726.cpp:8: error: `int t' previously declared here
0_0_6418328_23726.cpp:57: error: redefinition of `int64 S[5][200]'
0_0_6418328_23726.cpp:9: error: `int64 S[5][200]' previously declared here
0_0_6418328_23726.cpp:58: error: redefinition of `int64 M[2][40000]'
0_0_6418328_23726.cpp:10: error: `int64 M[2][40000]' previously declared here
0_0_6418328_23726.cpp: In function `int64 sum(int, int, int)':
0_0_6418328_23726.cpp:60: error: redefinition of `int64 sum(int, int, int)'
0_0_6418328_23726.cpp:12: error: `int64 sum(int, int, int)' previously defined here
0_0_6418328_23726.cpp: In function `int main()':
0_0_6418328_23726.cpp:64: error: redefinition of `int main()'
0_0_6418328_23726.cpp:16: error: `int main()' previously defined here
0_0_6418328_23726.cpp: At global scope:
0_0_6418328_23726.cpp:104: error: redefinition of `const int N'
0_0_6418328_23726.cpp:6: error: `const int N' previously defined here
0_0_6418328_23726.cpp:106: error: redefinition of `int n'
0_0_6418328_23726.cpp:8: error: `int n' previously declared here
0_0_6418328_23726.cpp:106: error: redefinition of `int t'
0_0_6418328_23726.cpp:8: error: `int t' previously declared here
0_0_6418328_23726.cpp:107: error: redefinition of `int64 S[5][200]'
0_0_6418328_23726.cpp:9: error: `int64 S[5][200]' previously declared here
0_0_6418328_23726.cpp:108: error: redefinition of `int64 M[2][40000]'
0_0_6418328_23726.cpp:10: error: `int64 M[2][40000]' previously declared here
0_0_6418328_23726.cpp: In function `int64 sum(int, int, int)':
0_0_6418328_23726.cpp:110: error: redefinition of `int64 sum(int, int, int)'
0_0_6418328_23726.cpp:12: error: `int64 sum(int, int, int)' previously defined here
0_0_6418328_23726.cpp: In function `int main()':
0_0_6418328_23726.cpp:114: error: redefinition of `int main()'
0_0_6418328_23726.cpp:64: error: `int main()' previously defined here
0_0_6418328_23726.cpp:114: error: redefinition of `int main()'
0_0_6418328_23726.cpp:16: error: `int main()' previously defined here
|