0_0_26872476_23202.cpp:35:2: error: stray '#' in program
}#include <stdio.h>
^
0_0_26872476_23202.cpp:35:3: error: 'include' does not name a type
}#include <stdio.h>
^
0_0_26872476_23202.cpp: In function 'long long int f1(int)':
0_0_26872476_23202.cpp:40:15: error: redefinition of 'long long int f1(int)'
long long int f1(int n)
^
0_0_26872476_23202.cpp:6:15: note: 'long long int f1(int)' previously defined here
long long int f1(int n)
^
0_0_26872476_23202.cpp: In function 'long long int f(int)':
0_0_26872476_23202.cpp:50:15: error: redefinition of 'long long int f(int)'
long long int f(int n)
^
0_0_26872476_23202.cpp:16:15: note: 'long long int f(int)' previously defined here
long long int f(int n)
^
0_0_26872476_23202.cpp: In function 'int main(int, char**)':
0_0_26872476_23202.cpp:59:5: error: redefinition of 'int main(int, char**)'
int main(int argc, char *argv[]) {
^
0_0_26872476_23202.cpp:25:5: note: 'int main(int, char**)' previously defined here
int main(int argc, char *argv[]) {
^
|