求助
查看原帖
求助
1808249
lge5211楼主2025/8/4 16:23

}```cpp #include using namespace std; int main(){ int m; int t; int s; cin>>m>>t>>s; if(t==0){ cout<<"RE"; } cout<<m-s/t; return 0; }

2025/8/4 16:23
加载中...