nikoEzGami


私信TA

用户名:qqzz5231181

访问量:4101

签 名:

等  级
排  名 6405
经  验 1381
参赛次数 0
文章发表 21
年  龄 0
在职情况 学生
学  校 湖北工业大学
专  业

  自我简介:

湖北工业大学计算机学院

解题思路:
#define remainder a%b

注意事项:
暂时不明
参考代码:

#include<iostream>

#include<string>

using namespace std;

#define remainder a%b

int main()

{

    int a,b;

    cin>>a>>b;

    cout<<remainder<<endl;

    return 0;

}


 

0.0分

0 人评分

  评论区