P1421求助

灌水区

```cpp #include <cstdio> #include <iostream> using namespace std; int main() { double a, b; int c; scanf("%lf %lf", &a, &b); a += b / 10; c = a / 1.9; printf("%d", c); } ``` 这里
by AK_CSPj @ 2024-04-08 20:13:08


```cpp #include<bits/stdc++.h> using namespace std; int my,mf,ans=19; int main(){ cin>>my>>mf; mf+=(my*10); cout<<mf/ans; return 0; } ```
by yangtaixuan @ 2024-04-08 20:13:55


@[luogu_tanbozhi](/user/1321076)
by AK_CSPj @ 2024-04-08 20:13:55


|