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

很简单的、、、测试数据真的只有一组啊、、、附代码

Posted by ttan1215225 at 2012-05-24 10:17:54 on Problem 3984
#include <stdio.h>

int main() 
{
printf("(0, 0)\n");
printf("(1, 0)\n");
printf("(2, 0)\n");
printf("(2, 1)\n");
printf("(2, 2)\n");
printf("(2, 3)\n");
printf("(2, 4)\n");
printf("(3, 4)\n");
printf("(4, 4)\n");
return 0;
}

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