Problems

Problem Points AC Rate Users
NHANDOI 10 65.5% 98
CHUSO 10 57.5% 91
TONG3SO 10 60.2% 100
DIV3 10 63.2% 98
TONGN 50 59.9% 97
DIVMOD 50 46.7% 95
DTHTRON 10 36.9% 93
CHIATAO 10 53.8% 81
BANHOA 50 53.2% 79

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 ;

    }