F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_30272400_10534\Main.java:1: 错误: 非法字符: '#'
#include<cstdio>
^
0_0_30272400_10534\Main.java:1: 错误: 需要class, interface或enum
#include<cstdio>
        ^
0_0_30272400_10534\Main.java:2: 错误: 非法字符: '#'
#include<iostream>
^
0_0_30272400_10534\Main.java:3: 错误: 非法字符: '#'
#include<algorithm>
^
0_0_30272400_10534\Main.java:6: 错误: 需要class, interface或enum
struct node{
^
0_0_30272400_10534\Main.java:8: 错误: 需要class, interface或enum
	bool friend operator < (node a,node b)
	^
0_0_30272400_10534\Main.java:12: 错误: 需要class, interface或enum
		if(a.y1 != b.y1)
		^
0_0_30272400_10534\Main.java:14: 错误: 需要class, interface或enum
		if(a.x2 != b.x2)
		^
0_0_30272400_10534\Main.java:16: 错误: 需要class, interface或enum
		if(a.y2 != b.y2)
		^
0_0_30272400_10534\Main.java:18: 错误: 需要class, interface或enum
	}
	^
0_0_30272400_10534\Main.java:21: 错误: 需要class, interface或enum
bool judge(int x1,int y1,int x2,int y2,int x3,int y3,int x4,int y4)
^
0_0_30272400_10534\Main.java:25: 错误: 需要class, interface或enum
	if(x3>x1 && y3>y1 && x4<x2 && y4<y2)	return true;		//回 
	^
0_0_30272400_10534\Main.java:27: 错误: 需要class, interface或enum
	if(x1==x3 && y1<=y3 && y4<=y2 && x4<x2)	return true;
	^
0_0_30272400_10534\Main.java:28: 错误: 需要class, interface或enum
	if(x1<=x3 && x4<=x2 && y1<y3 && y2==y4)	return true;
	^
0_0_30272400_10534\Main.java:29: 错误: 需要class, interface或enum
	if(x1<x3 && x2==x4 && y1<=y3 && y4<=y2)	return true;
	^
0_0_30272400_10534\Main.java:30: 错误: 需要class, interface或enum
	if(x1<=x3 && x4<=x2 && y1==y3 && y4<y2)	return true;
	^
0_0_30272400_10534\Main.java:31: 错误: 需要class, interface或enum
	return false;
	^
0_0_30272400_10534\Main.java:32: 错误: 需要class, interface或enum
}
^
0_0_30272400_10534\Main.java:37: 错误: 需要class, interface或enum
	scanf("%d",&T);
	^
0_0_30272400_10534\Main.java:38: 错误: 需要class, interface或enum
	while(T--){
	^
0_0_30272400_10534\Main.java:40: 错误: 需要class, interface或enum
		scanf("%d%d%d%d",&q[1].x1,&q[1].y1,&q[1].x2,&q[1].y2);
		^
0_0_30272400_10534\Main.java:41: 错误: 需要class, interface或enum
		sort(q,q+2);
		^
0_0_30272400_10534\Main.java:42: 错误: 需要class, interface或enum
		int x1,x2,x3,x4,y1,y2,y3,y4;
		^
0_0_30272400_10534\Main.java:43: 错误: 需要class, interface或enum
		x1=q[0].x1,y1=q[0].y1;
		^
0_0_30272400_10534\Main.java:44: 错误: 需要class, interface或enum
		x2=q[0].x2,y2=q[0].y2;
		^
0_0_30272400_10534\Main.java:45: 错误: 需要class, interface或enum
		x3=q[1].x1,y3=q[1].y1;
		^
0_0_30272400_10534\Main.java:46: 错误: 需要class, interface或enum
		x4=q[1].x2,y4=q[1].y2;
		^
0_0_30272400_10534\Main.java:47: 错误: 需要class, interface或enum
		if(x1==x3 && y1==y3 && x2==x4 && y2==y4)
		^
0_0_30272400_10534\Main.java:49: 错误: 需要class, interface或enum
		else if(x1<x3 && x4<x2 && y3<y1 && y2<y4)
		^
0_0_30272400_10534\Main.java:51: 错误: 需要class, interface或enum
		else if(y1==y3 && x1<x3 && x4<x2 && y4>y2)
		^
0_0_30272400_10534\Main.java:53: 错误: 需要class, interface或enum
		else if(y4==y2 && x1<x3 && x4<x2 && y3<y1)
		^
0_0_30272400_10534\Main.java:55: 错误: 需要class, interface或enum
		else if(x1<x3 && y3<y1 && y2<y4 && x2==x4)
		^
0_0_30272400_10534\Main.java:57: 错误: 需要class, interface或enum
		else if(x2<x4 && y1<y3 && y4<y2 && x1==x3)
		^
0_0_30272400_10534\Main.java:59: 错误: 需要class, interface或enum
		else if(judge(x1,y1,x2,y2,x3,y3,x4,y4))
		^
0_0_30272400_10534\Main.java:61: 错误: 需要class, interface或enum
		else
		^
0_0_30272400_10534\Main.java:63: 错误: 需要class, interface或enum
	}
	^
36 个错误


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-07-01 15:15:40, Gzip enabled