0_0_21991922_24949.cpp: In function 'int main()':
0_0_21991922_24949.cpp:84:5: error: expected primary-expression before '/' token
/ for (int i = 1; i <= n; i ++) ans[i] /= sum;
^
0_0_21991922_24949.cpp:84:10: error: expected primary-expression before 'for'
/ for (int i = 1; i <= n; i ++) ans[i] /= sum;
^
0_0_21991922_24949.cpp:84:26: error: 'i' was not declared in this scope
/ for (int i = 1; i <= n; i ++) ans[i] /= sum;
^
|