ans

DOZIE 2022-06-25 15:01:43 14 返回题目

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

{{ vote && vote.total.up }}