0_0_38727743_10353.cpp: In function 'int fj(int)':
0_0_38727743_10353.cpp:15:9: error: expected ',' or ';' before 'for'
15 | for(int i = 2; i * i <= tmp; i++)
| ^~~
0_0_38727743_10353.cpp:15:24: error: 'i' was not declared in this scope
15 | for(int i = 2; i * i <= tmp; i++)
| ^
0_0_38727743_10353.cpp: In function 'int main()':
0_0_38727743_10353.cpp:34:20: error: 'l' was not declared in this scope
34 | if(l % g != 0)
| ^
0_0_38727743_10353.cpp:34:24: error: 'g' was not declared in this scope
34 | if(l % g != 0)
| ^
|