Loading

摘要: 题意简述 给定 \(n\),将 \(2,3,\dots,3n+1\) 划分成 \(n\) 组 \((a_i,b_i,c_i)\),使得每组中的三个正整数构成钝角三角形的三边长。 \(n\leq 10^5\)。 做法 from 🐍🐍,比官解好。 观察 \(n\) 小的情况: \[n=1:(2,3, 阅读全文
posted @ 2025-06-14 16:23 complexor 阅读(30) 评论(0) 推荐(0)