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 caojingkun886 at 2011-07-19 11:37:28 on Problem 3984
#include<stdio.h>
int maze[5][5] = {
	0, 1, 0, 0, 0,
	0, 1, 0, 1, 0,
	0, 0, 0, 0, 0,
	0, 1, 1, 1, 0,
	0, 0, 0, 1, 0,
};
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");
}

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