提交时间:2025-10-06 15:41:23
运行 ID: 354765
#include<iostream> using namespace std; int main(){ int n,k; cin>>n>>k; cout<<n%k<<endl; return 0; }