0_0_32096867_26177.cpp: In function 'int main()':
0_0_32096867_26177.cpp:37:17: error: 'p' was not declared in this scope
while(y-p-p/t>=0)
^
0_0_32096867_26177.cpp:37:21: error: 't' was not declared in this scope
while(y-p-p/t>=0)
^
0_0_32096867_26177.cpp:40:13: error: 'ans' was not declared in this scope
ans++;
^
0_0_32096867_26177.cpp:42:17: error: 'ans' was not declared in this scope
cout << ans << endl;
^
0_0_32096867_26177.cpp: At global scope:
0_0_32096867_26177.cpp:44:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_32096867_26177.cpp:45:1: error: expected declaration before '}' token
}
^
|