This commit is contained in:
HuangHai
2025-09-24 15:40:59 +08:00
parent c23a5f6f75
commit a6ed9954d6
3 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ int main() {
} }
// 输出有哪些质数 // 输出有哪些质数
for (int 2 = 1; i <= n; i++) for (int i = 1; i <= n; i++)
if (b[i]) if (b[i])
cout << i << " "; cout << i << " ";

View File

@@ -12,7 +12,7 @@ LL b[N], c[N], d[N];
*/ */
LL ans; LL ans;
int main() { int main() {
freopen("T1.in", "r", stdin); // freopen("T1.in", "r", stdin);
cin >> n; cin >> n;
for (int i = 1; i <= 2 * n; i++) for (int i = 1; i <= 2 * n; i++)
cin >> b[i]; cin >> b[i];

View File

@@ -0,0 +1,2 @@
长春市少惠林教育科技有限公司
统一社会信用代码91220102MA15363PXN