Submission #19025316
Source Code Expand
public class Main { public static void main(String[] args) { for (int i = 0; i < 10; i++) { for (int j = 0; j < 10; j++) { for (int k = 0; k < 10; k++) { System.out.println((i+100*k)+" "+(10*j+100*k)); } } } } }
Submission Info
Submission Time | |
---|---|
Task | B - Bowling |
User | CycloPolys |
Language | Java (OpenJDK 11.0.6) |
Score | 0 |
Code Size | 333 Byte |
Status | WA |
Exec Time | 155 ms |
Memory | 36256 KiB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 800 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | example0.txt |
All | example0.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
example0.txt | WA | 155 ms | 36256 KiB |