Submission #122256
Source Code Expand
Copy
import java.util.Scanner; public class Main{ public static void main(String args[]){ Scanner sc=new Scanner(System.in); int n=sc.nextInt(); System.out.println(10000*(1+n)/2); } }
Submission Info
Submission Time | |
---|---|
Task | A - AtCoder社の給料 |
User | teamhime |
Language | Java (OpenJDK 1.7.0) |
Score | 100 |
Code Size | 195 Byte |
Status | AC |
Exec Time | 529 ms |
Memory | 23244 KB |
Judge Result
Set Name | All | ||
---|---|---|---|
Score / Max Score | 100 / 100 | ||
Status |
|
Set Name | Test Cases |
---|---|
All | 00_sample_01.txt, 00_sample_02.txt, test_100.txt, test_14.txt, test_29.txt, test_4.txt, test_42.txt, test_48.txt, test_54.txt, test_59.txt, test_71.txt, test_72.txt, test_84.txt, test_96.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_01.txt | AC | 483 ms | 23220 KB |
00_sample_02.txt | AC | 480 ms | 23220 KB |
test_100.txt | AC | 479 ms | 23092 KB |
test_14.txt | AC | 481 ms | 23200 KB |
test_29.txt | AC | 495 ms | 23216 KB |
test_4.txt | AC | 481 ms | 23244 KB |
test_42.txt | AC | 529 ms | 23112 KB |
test_48.txt | AC | 518 ms | 23188 KB |
test_54.txt | AC | 482 ms | 23220 KB |
test_59.txt | AC | 485 ms | 23220 KB |
test_71.txt | AC | 493 ms | 23088 KB |
test_72.txt | AC | 505 ms | 23092 KB |
test_84.txt | AC | 491 ms | 23128 KB |
test_96.txt | AC | 507 ms | 23092 KB |