Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
33818 alex_liu [CSP-J2021]分糖果 C++ 通过 100 0 MS 244 KB 164 2021-12-08 13:26:01

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ int n,m,k,ans; cin>>n>>m>>k; if(m/n==k/n)cout<<k%n<<endl; else cout<<n-1<<endl; return 0; }


测评信息: