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_29431086_5361\Main.java:1: 错误: 非法字符: '#'
#include <algorithm>  
^
0_0_29431086_5361\Main.java:1: 错误: 需要class, interface或enum
#include <algorithm>  
         ^
0_0_29431086_5361\Main.java:2: 错误: 非法字符: '#'
#include <iostream>  
^
0_0_29431086_5361\Main.java:5: 错误: 需要class, interface或enum
int main()
^
0_0_29431086_5361\Main.java:9: 错误: 需要class, interface或enum
	double result = 0, d, f1, f2, f3, e1, e2, e3, op, ed;//d是度数  
	^
0_0_29431086_5361\Main.java:10: 错误: 需要class, interface或enum
	while (cin>>d && d != -1)
	^
0_0_29431086_5361\Main.java:14: 错误: 需要class, interface或enum
		else
		^
0_0_29431086_5361\Main.java:17: 错误: 需要class, interface或enum
			for (f1 = s_m*d, e1 = tsm - s_m*d; e1 <= 43200; f1 += tsm, e1 += tsm)
			^
0_0_29431086_5361\Main.java:17: 错误: 需要class, interface或enum
			for (f1 = s_m*d, e1 = tsm - s_m*d; e1 <= 43200; f1 += tsm, e1 += tsm)
			                                   ^
0_0_29431086_5361\Main.java:17: 错误: 需要class, interface或enum
			for (f1 = s_m*d, e1 = tsm - s_m*d; e1 <= 43200; f1 += tsm, e1 += tsm)
			                                                ^
0_0_29431086_5361\Main.java:19: 错误: 需要class, interface或enum
				for (f2 = m_h*d, e2 = tmh - m_h*d; e2 <= 43200; f2 += tmh, e2 += tmh)
				                                   ^
0_0_29431086_5361\Main.java:19: 错误: 需要class, interface或enum
				for (f2 = m_h*d, e2 = tmh - m_h*d; e2 <= 43200; f2 += tmh, e2 += tmh)
				                                                ^
0_0_29431086_5361\Main.java:22: 错误: 需要class, interface或enum
					else
					^
0_0_29431086_5361\Main.java:24: 错误: 需要class, interface或enum
						for (f3 = h_s*d, e3 = ths - h_s*d; e3 <= 43200; f3 += ths, e3 += ths)
						                                   ^
0_0_29431086_5361\Main.java:24: 错误: 需要class, interface或enum
						for (f3 = h_s*d, e3 = ths - h_s*d; e3 <= 43200; f3 += ths, e3 += ths)
						                                                ^
0_0_29431086_5361\Main.java:28: 错误: 需要class, interface或enum
							else if (e2<f3 || e3<f2)
							^
0_0_29431086_5361\Main.java:30: 错误: 需要class, interface或enum
							else
							^
0_0_29431086_5361\Main.java:33: 错误: 需要class, interface或enum
								ed = min(min(e1, e2), min(e2, e3));
								^
0_0_29431086_5361\Main.java:34: 错误: 需要class, interface或enum
								result += (ed - op);
								^
0_0_29431086_5361\Main.java:35: 错误: 需要class, interface或enum
							}
							^
0_0_29431086_5361\Main.java:41: 错误: 需要class, interface或enum
		}
		^
0_0_29431086_5361\Main.java:44: 错误: 需要class, interface或enum
}
^
22 个错误


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-03 10:19:41, Gzip enabled