这题不会的人可以直接看讨论区!这题完全是“破解版” !答案直接输出,根本不用算!上代码!

潘璇  •  4个月前


include <bits/stdc++.h>

using namespace std;

int main() {

cout<<"1 0 8 9"<<endl;
return 0;

}


评论:

我是王海辰,你想干什么!!!!!


wanghaichen  •  4个月前

不如这样

include <bits/stdc++.h>

using namespace std; int main() { int a,b,c,d; d=1; c=0; b=8; a=9; cout<<d<<" "<<c<<" "<<b<<" "<<a; return 0; }


林汐  •  4个月前