Lv.1
在 明天开始我们期末考试😭 中回复
#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;
}2024-01-09T21:30:14 点赞:1