0_0_34878966_31697.cpp:20:2: error: stray '#' in program
}#include<iostream>
^
0_0_34878966_31697.cpp:20:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_34878966_31697.cpp:25:4: error: redefinition of 'long long int l'
ll l, r;
^
0_0_34878966_31697.cpp:6:4: note: 'long long int l' previously declared here
ll l, r;
^
0_0_34878966_31697.cpp:25:7: error: redefinition of 'long long int r'
ll l, r;
^
0_0_34878966_31697.cpp:6:7: note: 'long long int r' previously declared here
ll l, r;
^
0_0_34878966_31697.cpp: In function 'void work()':
0_0_34878966_31697.cpp:27:6: error: redefinition of 'void work()'
void work(){
^
0_0_34878966_31697.cpp:8:6: note: 'void work()' previously defined here
void work(){
^
0_0_34878966_31697.cpp: In function 'int main()':
0_0_34878966_31697.cpp:36:5: error: redefinition of 'int main()'
int main(){
^
0_0_34878966_31697.cpp:17:5: note: 'int main()' previously defined here
int main(){
^
|