hiho week 177 register

Ended

Participants:499

Verdict:Wrong Answer
Score:10 / 100
Submitted:2017-11-19 11:04:33

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
#include<stdio.h>
int main()
{
 int M,N,x1,y1,x2,y2,i;
 scanf("%d%d",&M,&N);
 for(i=1;i<=M;i++)
 {scanf("%d%d%d%d",&x1,&y1,&x2,&y2);
 printf("%d\n",i);}
 return 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX