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_6009189_30633\Main.java:1: class P1000 is public, should be declared in a file named P1000.java
import java.util.*; public class P1000 { 	public static void main(String[] args) { 		Scanner sca = new Scanner(System.in); 		while(true) { 			int a,b,ans; 			a = sca.nextInt(); 			b = sca.nextInt(); 			ans = a + b; 			System.out.println(ans); 		} 	} } 


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 20:19:34, Gzip enabled