0_0_38588464_19712.cpp: In function 'int main()':
0_0_38588464_19712.cpp:66:30: error: 'ans100' was not declared in this scope
printf("%.1f\n", ans100);
^~~~~~
0_0_38588464_19712.cpp:66:30: note: suggested alternative: 'ans'
printf("%.1f\n", ans100);
^~~~~~
ans
|