用户:
飞熊jsrt查看:0 回复:2 评论:0 创建时间:2024-01-09T20:43:15
不知道你们怎么样反正祝你们考好成绩()
#include <iostream>
using namespace std;
int main(){
int a = rand(9 % 1 + 1) - 1;
int b = rand(156 % 2 + 1) -1;
int c;
cin >> c;
int res = a + b;
if(c == res){
cout << "daduile";
}
else cout << "no" << endl;
return 0;
}点赞1
评论