Skip to content

Commit 0903fc1

Browse files
committed
Adding configuration for "Zhiwei Sun squares".
1 parent b295a93 commit 0903fc1

20 files changed

+85
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fscanf($stdin, "%d", $n);
2+
3+
// Write an answer using echo(). DON'T FORGET THE TRAILING \n
4+
5+
echo("count\n");
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"namespace": "Community\\Training\\Easy\\ZhiweiSunSquares",
3+
"name": "Zhiwei Sun squares",
4+
"group": "ZhiweiSunSquares",
5+
"link": "https://www.codingame.com/ide/puzzle/zhiwei-sun-squares",
6+
"tests": [
7+
{
8+
"name": "Test 1",
9+
"group": "test1",
10+
"method": "Test1",
11+
"file": "01 - test 1.txt"
12+
},
13+
{
14+
"name": "Test 2",
15+
"group": "test2",
16+
"method": "Test2",
17+
"file": "02 - test 2.txt"
18+
},
19+
{
20+
"name": "Test 3",
21+
"group": "test3",
22+
"method": "Test3",
23+
"file": "03 - test 3.txt"
24+
},
25+
{
26+
"name": "Test 4",
27+
"group": "test4",
28+
"method": "Test4",
29+
"file": "04 - test 4.txt"
30+
},
31+
{
32+
"name": "Test 5",
33+
"group": "test5",
34+
"method": "Test5",
35+
"file": "05 - test 5.txt"
36+
},
37+
{
38+
"name": "Test 6",
39+
"group": "test6",
40+
"method": "Test6",
41+
"file": "06 - test 6.txt"
42+
},
43+
{
44+
"name": "Test 7",
45+
"group": "test7",
46+
"method": "Test7",
47+
"file": "07 - test 7.txt"
48+
},
49+
{
50+
"name": "Test 8",
51+
"group": "test8",
52+
"method": "Test8",
53+
"file": "08 - test 8.txt"
54+
},
55+
{
56+
"name": "Test 9",
57+
"group": "test9",
58+
"method": "Test9",
59+
"file": "09 - test 9.txt"
60+
}
61+
]
62+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
144
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
365
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
888
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2020
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12345
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
23456

0 commit comments

Comments
 (0)