好像还可以zhe yang
查看原帖
好像还可以zhe yang
1373155
rhy1314楼主2024/12/10 22:53
#define ll long long
#define ci cin>>
#include <bits/stdc++.h>
using namespace std;
int main() {

    ios::sync_with_stdio(false);
    cin.tie(NULL);
    ll a,b;
    ci a>>b;
    cout<<b;
    return 0;
}
2024/12/10 22:53
加载中...