在找对象的牛牛很讲义气
在找对象的牛牛很讲义气
全部文章
分类
归档
标签
去牛客网
登录
/
注册
在找对象的牛牛很讲义气的博客
全部文章
(共2篇)
题解 | 整数的个位
#include<iostream> using namespace std; int main() { int a=0; cin>>a; cout<<a%10<<endl; return 0; }
2025-08-08
4
22
题解 | 小红喜欢1
#include<bits/stdc++.h> using namespace std; #define ll long long #define mod 1000000007 using i64=int64_t; const ll N =2e6+10; inline ll rea...
2025-07-28
3
53