0_0_39220350_8672.c: In function 'main':
0_0_39220350_8672.c:5:23: error: expected declaration specifiers or '...' before numeric constant
5 | double m, ans(0);
| ^
0_0_39220350_8672.c:6:9: error: 'cin' undeclared (first use in this function)
6 | cin >> t >> n >> m;
| ^~~
0_0_39220350_8672.c:6:9: note: each undeclared identifier is reported only once for each function it appears in
0_0_39220350_8672.c:11:13: error: 'ans' undeclared (first use in this function)
11 | ans += x * (100 - y) / 100.0;
| ^~~
0_0_39220350_8672.c:13:20: error: 'cout' undeclared (first use in this function)
13 | if (i != 1)cout << '\n';
| ^~~~
|