摘要:
重点找递推公式,推导层数 // 8'39" #include <iostream> #include <cmath> using namespace std; int main() { int n; cin >> n; char c; cin >> c; int cur = 1; for(int i 阅读全文
posted @ 2024-07-31 14:13
Frodnx
阅读(19)
评论(0)
推荐(0)
摘要:
直接输出的题还是python快 print("Hello World!") // 30" #include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; } 阅读全文
posted @ 2024-07-31 14:11
Frodnx
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号