摘要: P1001 1. #include <iostream> #include <cstdio> using namespace std; int main() { int a,b; cin >> a >> b; cout << a+b; return 0; } 2.LCT #include<iostr 阅读全文
posted @ 2022-04-01 17:43 Amy-xue 阅读(89) 评论(0) 推荐(0) 编辑