Problems

Problem Points AC Rate Users
NHANDOI 10 65.6% 98
CHUSO 10 57.1% 91
TONG3SO 10 60.6% 100
DIV3 10 62.8% 98
TONGN 50 59.2% 97
DIVMOD 50 46.9% 95
DTHTRON 10 36.7% 93
CHIATAO 10 54.5% 80
BANHOA 50 52.7% 78

Comments


  • 0
    9A_Pham_Nguyen_Quan  commented on June 11, 2025, 11:38 p.m.

    include <bits/stdc++.h>

    using namespace std ; long long a,c,b,s,p; int main() { cin>>a>>b; s= a/b ; p= a%b ; cout<<s<<endl; cout<<p; return 0 ;

    }