摘要: // 1'18" #include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; int s = a + b; cout << s - 16 << endl << s - 3 << endl << s - 阅读全文
posted @ 2024-08-21 01:11 Frodnx 阅读(27) 评论(0) 推荐(0)
摘要: print("Good code is its own best documentation.") 阅读全文
posted @ 2024-08-21 01:09 Frodnx 阅读(19) 评论(0) 推荐(0)
摘要: 注意有大坑:题目没有说,如果同一个书号出现两个'S',按照后者记时(一本书在未归还时被多次借出,记录取后者)。 // long #include <bits/stdc++.h> using namespace std; #define x first #define y second int mai 阅读全文
posted @ 2024-08-21 01:08 Frodnx 阅读(13) 评论(0) 推荐(0)