0_0_39444773_31673.cpp: In function 'int main()':
0_0_39444773_31673.cpp:9:9: error: 'inti' was not declared in this scope; did you mean 'int'?
9 | for(inti=1;i*i<=p-1;i++){
| ^~~~
| int
0_0_39444773_31673.cpp:9:16: error: 'i' was not declared in this scope
9 | for(inti=1;i*i<=p-1;i++){
| ^
|