0_0_31510341_21411.cpp: In function 'int main()':
0_0_31510341_21411.cpp:33:20: error: 'pp' was not declared in this scope
if(i * pp / 100 < i * qq / 100) {
^
0_0_31510341_21411.cpp:33:35: error: 'qq' was not declared in this scope
if(i * pp / 100 < i * qq / 100) {
^
|