Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
33842 未知 [CSP-J2021]分糖果 C++ 通过 100 0 MS 248 KB 160 2021-12-08 13:37:07

Tests(10/10):


#include <bits/stdc++.h> using namespace std; int main() { int n,L,R; cin.tie(0); cin>>n>>L>>R; cout<<(R/n==L/n?R%n:n-1)<<'\n'; return 0; }


测评信息: