#include<iostream>
using namespace std;
int main(){
int s,d;
s=15*20-20*10;
d=s/(20-10);
cout<<d/1;
return 0;
}
【941code】牛吃牧草
于 2025-09-21 19:56:00 首次发布
#include<iostream>
using namespace std;
int main(){
int s,d;
s=15*20-20*10;
d=s/(20-10);
cout<<d/1;
return 0;
}
547

被折叠的 条评论
为什么被折叠?