摘要: http://noi.openjudge.cn/ch0105/41/ 点击查看代码 #include <iostream> using namespace std; int main() { int L,R,n=0; cin>>L>>R; for(int i=L;i<=R;i++) { int I= 阅读全文
posted @ 2025-08-19 22:31 一只牛油果 阅读(3) 评论(0) 推荐(0)