Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
121364 杨泳文 舞林大会 C++ 通过 100 0 MS 248 KB 139 2024-01-21 17:05:32

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<(c-1)%a+1<<" "<<(c-1)%b+1; return 0; }


测评信息: