Liutao


私信TA

用户名:dotcpp0699278

访问量:72

签 名:

54188laber

等  级
排  名 6866
经  验 1371
参赛次数 0
文章发表 1
年  龄 0
在职情况 学生
学  校 101张家口未来学校
专  业

  自我简介:

TA的其他文章

祝你好运laber
浏览:26

解题思路:

注意事项:

参考代码:

#include<bits/stdc++.h>

using namespace std;

int main(){

    int a,b,c;

    cin>>a>>b>>c;

    int d=0,e=0;

    while(c--)

    {

    d++;

    e++;

    cout<<d<<" "<<e<<endl;

    if(d == a) d = 0;

    if(e == b) e = 0;

}

    return 0;

}


 

0.0分

2 人评分

  评论区

  • «
  • »