0_0_32369853_7513.cpp: In function 'int main()':
0_0_32369853_7513.cpp:38:12: error: redeclaration of 'll cnt'
ll cnt = 0;
^
0_0_32369853_7513.cpp:26:12: note: 'll cnt' previously declared here
ll cnt = 0;
^
0_0_32369853_7513.cpp:44:13: error: 'p' was not declared in this scope
if (p != 3)
^
|