0_0_33454441_5509.cpp:5:18: error: too many decimal points in number
long long s[21]={0.1.2};
^
0_0_33454441_5509.cpp: In function 'int main()':
0_0_33454441_5509.cpp:20:30: error: 'i' was not declared in this scope
printf("%.2f%%\n",s[c]*1.0/m[i]*100);
^
|