0_0_39575070_32270.cpp: In function 'int main()': 0_0_39575070_32270.cpp:4:5: error: 'p' was not declared in this scope 4 | p | ^ 0_0_39575070_32270.cpp:12:13: error: expected ';' before '}' token 12 | return 0 | ^ | ; 13 | } | ~