Liuser's OJ
首页
题库
作业
训练
比赛
评测
讨论
更多
排名
赛程
对比
暗色
登录
注册
讨论
全局板块
2500for循环代码
thm13
2023-11-11 17:32:33
1
int sum(int l, int r){ int a=0; for(int i=l;i<=r;i++){ a+=i; } return a; }
{{ vote && vote.total.up }}