摘要:
// 10'30" #include <bits/stdc++.h> using namespace std; bool arr[10][10]; int main() { for(int i = 1; i <= 6; ++ i) { int tmp; cin >> tmp; arr[i][tmp] 阅读全文
posted @ 2024-08-20 14:56
Frodnx
阅读(39)
评论(0)
推荐(0)
摘要:
// 1'21" #include <iostream> using namespace std; #define int long long signed main() { int n, m; cin >> n >> m; int s = n + m; int sum = 1; for(int i 阅读全文
posted @ 2024-08-20 01:07
Frodnx
阅读(62)
评论(0)
推荐(0)
摘要:
逆天10分题,做题细心一点 // 10'16" #include <bits/stdc++.h> using namespace std; int main() { int jin, pei, xun1, xun2; cin >> jin >> pei >> xun1 >> xun2; int m 阅读全文
posted @ 2024-08-20 01:05
Frodnx
阅读(29)
评论(0)
推荐(0)
摘要:
// 49" #include <iostream> using namespace std; int main() { int n, v; cin >> n >> v; cout << n / v; return 0; } ··· 阅读全文
posted @ 2024-08-20 00:53
Frodnx
阅读(24)
评论(0)
推荐(0)
摘要:
前天 != 前一天(笑) print("I'm gonna win! Today!") print("2022-04-23") 阅读全文
posted @ 2024-08-20 00:52
Frodnx
阅读(19)
评论(0)
推荐(0)
摘要:
注意:不是每次找数组最后两个元素做乘积! // 11'39" #include <bits/stdc++.h> using namespace std; void func(vector<int>& v, int now) { int num = v[now] * v[now - 1]; vecto 阅读全文
posted @ 2024-08-20 00:50
Frodnx
阅读(23)
评论(0)
推荐(0)
浙公网安备 33010602011771号