Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:狂哭!!暴水!!

Posted by flysha at 2011-09-08 17:31:44 on Problem 3980
In Reply To:狂哭!!暴水!! Posted by:xuejun174850 at 2011-07-22 17:52:14
有我的水不?

#include <cstdio>

int main()
{
    while (true)
    {
        int a, b;
        if (scanf("%d%d", &a, &b) != 2)
            break;
        printf("%d\n", a - a/b*b);
    }
}

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator