摘要: Hello World 1 #include<bits/stdc++.h> 2 #define ios ios::sync_with_stdio(false);cin.tie(0),cout.tie(0) 3 #define endl "\n" 4 using namespace std; 5 in 阅读全文
posted @ 2022-03-21 22:41 Conqueror712 阅读(45) 评论(1) 推荐(0)