0_0_17776097_15846.cpp: In function 'int main()':
0_0_17776097_15846.cpp:6:17: error: 'v1' was not declared in this scope
else if(v1 <= v2) puts("Infinity");
^
0_0_17776097_15846.cpp:6:23: error: 'v2' was not declared in this scope
else if(v1 <= v2) puts("Infinity");
^
|