0
点赞
收藏
分享

微信扫一扫

c++求余数

兮城 2023-05-13 阅读 65

#include<iostream>

using namespace std;

int main(){

int a,b;

cin>>a>>b;

cout<<a%b;

return 0;

}

举报

相关推荐

0 条评论