Ai
3 Star 4 Fork 0

webturing/Algorithm20CS12345

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
webturing 提交于 2022-04-07 15:31 +08:00 . main.cpp清理下
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
#define endl '\n'
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/webturing/Algorithm20CS12345.git
git@gitee.com:webturing/Algorithm20CS12345.git
webturing
Algorithm20CS12345
Algorithm20CS12345
master

搜索帮助