Wisansiiz
首页 统计 留言 友链
更多
图片 关于
1 软件开发 | flutter使用camera插件在安卓11以上的机器上调用availableCameras无法正常获得usb相机列表 5 阅读 2 scoop包管理器 3 阅读 3 利用深度搜索求解回溯问题的通用模板 3 阅读 4 java开发知识点 2 阅读 5 codeforces-cpp模板 2 阅读
默认分类 后端开发 相关配置 知识分享 异常处理 前端开发 建站教程 开发教程 知识回顾 软件开发 杂项
登录
标签搜索
  • java
  • golang
  • scoop
  • go
  • vue
  • hexo
  • sublime text
  • cpp
  • windows
  • redis
  • mc
  • mod
  • fabric
  • mysql
  • word
  • 计算机网络
  • channel
  • html
  • flutter
  • camera
侧边栏壁纸
博主昵称
Wisansiiz

  • 累计撰写 24 篇文章
  • 累计收到 2 条评论
  • 首页
  • 栏目
    • 默认分类
    • 后端开发
    • 相关配置
    • 知识分享
    • 异常处理
    • 前端开发
    • 建站教程
    • 开发教程
    • 知识回顾
    • 软件开发
    • 杂项
  • 页面
    • 统计
    • 留言
    • 友链
    • 图片
    • 关于
搜索到 1 篇与 的结果
  • codeforces-cpp模板 2024-06-06
    codeforces-cpp模板 codeforces-cpp模板#include <bits/stdc++.h> using namespace std; #define pb push_back #define fi first #define se second #define mk make_pair #define endl "\n" #define enld "\n" #define fastio \ ios_base::sync_with_stdio(false); \ cin.tie(0); \ cout.tie(0) #define LCM(a, b) a *b / __gcd(a, b) #define GCD(a, b) __gcd(a, b) #define len(v) int(v.size()) #define all(v) v.begin(), v.end() #define sz 100010 #define mod 1000000007 #define inf 1e18 #define i32 1e9 typedef long long ll; typedef unsigned long long ull; typedef double ld; typedef long double lld; typedef pair<int, int> pii; typedef pair<ll, ll> pll; typedef tuple<int, int, int> iii; typedef vector<int> vi; typedef vector<pii> vpii; typedef vector<ll> vll; typedef vector<ld> vd; void solve() { int n; cin >> n; cout << n << endl; } int main() { fastio; int t = 1; cin >> t; while (t--) solve(); }
    • 2024年06月06日
    • 2 阅读
    • 0 评论
    • 0 点赞
博主栏壁纸
博主头像 Wisansiiz

24 文章数
2 评论量
人生倒计时
最新回复
  • lingkai5wu喵
    lingkai5wu喵
    2024-08-23
    写的真好喵,兹磁喵!
  • Typecho
    Typecho
    2024-07-12
    欢迎加入 Typecho 大家族
标签云
2023 - 2024 © Reach - Wisansiiz
已运行 00 天 00 时 00 分 00 秒