摘要:已过OJ,仅作参考(代码不一定是最优的,可能存在错误) NOJ练习一 1、计算A+B 1 #include <iostream> 2 using namespace std; 3 4 int main() 5 { 6 int a,b; 7 cin >> a >> b; 8 cout << a + b
阅读全文
posted @ 2022-05-01 16:54
赞美您
posted @ 2022-05-01 16:54
Copyright Copyright 2025 金色的省略号
Powered by .NET 9.0 on Kubernetes