Skip to content

Implement up to task 4 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CS3217 Problem Set 0

Name: Your name
Name: Chen Hui

Matric No: Your matric no
Matric No: A0187372W

## Instructions for Students

Expand Down
102 changes: 97 additions & 5 deletions xcode/SudokuSolver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,28 @@
objects = {

/* Begin PBXBuildFile section */
2E013F0D25A5FF3D006CA064 /* NormalSudokuTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E013F0C25A5FF3D006CA064 /* NormalSudokuTests.swift */; };
2E013F2625A60F33006CA064 /* KillerSudokuTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E013F2525A60F33006CA064 /* KillerSudokuTests.swift */; };
2E013F4525A6F4F8006CA064 /* ModelData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E013F4425A6F4F7006CA064 /* ModelData.swift */; };
2E013F5125A6F5AF006CA064 /* output_3.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4925A6F5AE006CA064 /* output_3.txt */; };
2E013F5225A6F5AF006CA064 /* output_1.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4A25A6F5AF006CA064 /* output_1.txt */; };
2E013F5325A6F5AF006CA064 /* input_4.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4B25A6F5AF006CA064 /* input_4.txt */; };
2E013F5425A6F5AF006CA064 /* input_2.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4C25A6F5AF006CA064 /* input_2.txt */; };
2E013F5525A6F5AF006CA064 /* output_2.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4D25A6F5AF006CA064 /* output_2.txt */; };
2E013F5625A6F5AF006CA064 /* input_1.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4E25A6F5AF006CA064 /* input_1.txt */; };
2E013F5725A6F5AF006CA064 /* input_3.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F4F25A6F5AF006CA064 /* input_3.txt */; };
2E013F5825A6F5AF006CA064 /* output_4.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2E013F5025A6F5AF006CA064 /* output_4.txt */; };
2E013F6225A85F9A006CA064 /* Cage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E013F6125A85F9A006CA064 /* Cage.swift */; };
2E013F6F25A8A1F3006CA064 /* SudokuSolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E70BE8225A2CF45002FC7C3 /* SudokuSolver.swift */; };
2E013F7025A8A1F3006CA064 /* KillerSudoku.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E013F5B25A85F74006CA064 /* KillerSudoku.swift */; };
2E013F7125A8A1F3006CA064 /* Sudoku.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C871239FB93F0019BCA6 /* Sudoku.swift */; };
2E013F7225A8A1F3006CA064 /* NormalSudoku.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E70BE7C25A2C933002FC7C3 /* NormalSudoku.swift */; };
5054C840239FB9090019BCA6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C83F239FB9090019BCA6 /* AppDelegate.swift */; };
5054C842239FB9090019BCA6 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C841239FB9090019BCA6 /* SceneDelegate.swift */; };
5054C844239FB9090019BCA6 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C843239FB9090019BCA6 /* ContentView.swift */; };
5054C846239FB90C0019BCA6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5054C845239FB90C0019BCA6 /* Assets.xcassets */; };
5054C849239FB90C0019BCA6 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5054C848239FB90C0019BCA6 /* Preview Assets.xcassets */; };
5054C84C239FB90C0019BCA6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5054C84A239FB90C0019BCA6 /* LaunchScreen.storyboard */; };
5054C872239FB93F0019BCA6 /* Sudoku.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C871239FB93F0019BCA6 /* Sudoku.swift */; };
5054C876239FB95A0019BCA6 /* Cell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5054C875239FB95A0019BCA6 /* Cell.swift */; };
/* End PBXBuildFile section */

Expand All @@ -28,6 +43,22 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2E013F0C25A5FF3D006CA064 /* NormalSudokuTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NormalSudokuTests.swift; sourceTree = "<group>"; };
2E013F2525A60F33006CA064 /* KillerSudokuTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KillerSudokuTests.swift; sourceTree = "<group>"; };
2E013F4425A6F4F7006CA064 /* ModelData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelData.swift; sourceTree = "<group>"; };
2E013F4925A6F5AE006CA064 /* output_3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = output_3.txt; sourceTree = "<group>"; };
2E013F4A25A6F5AF006CA064 /* output_1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = output_1.txt; sourceTree = "<group>"; };
2E013F4B25A6F5AF006CA064 /* input_4.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = input_4.txt; sourceTree = "<group>"; };
2E013F4C25A6F5AF006CA064 /* input_2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = input_2.txt; sourceTree = "<group>"; };
2E013F4D25A6F5AF006CA064 /* output_2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = output_2.txt; sourceTree = "<group>"; };
2E013F4E25A6F5AF006CA064 /* input_1.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = input_1.txt; sourceTree = "<group>"; };
2E013F4F25A6F5AF006CA064 /* input_3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = input_3.txt; sourceTree = "<group>"; };
2E013F5025A6F5AF006CA064 /* output_4.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = output_4.txt; sourceTree = "<group>"; };
2E013F5B25A85F74006CA064 /* KillerSudoku.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KillerSudoku.swift; sourceTree = "<group>"; };
2E013F6125A85F9A006CA064 /* Cage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cage.swift; sourceTree = "<group>"; };
2E70BE7925A2C910002FC7C3 /* MyPlayground.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; name = MyPlayground.playground; path = "../../../../Library/Autosave Information/MyPlayground.playground"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2E70BE7C25A2C933002FC7C3 /* NormalSudoku.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NormalSudoku.swift; sourceTree = "<group>"; };
2E70BE8225A2CF45002FC7C3 /* SudokuSolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SudokuSolver.swift; sourceTree = "<group>"; };
5054C83C239FB9090019BCA6 /* SudokuSolver.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SudokuSolver.app; sourceTree = BUILT_PRODUCTS_DIR; };
5054C83F239FB9090019BCA6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5054C841239FB9090019BCA6 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -60,9 +91,45 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2E013F4825A6F55F006CA064 /* Input */ = {
isa = PBXGroup;
children = (
2E013F4E25A6F5AF006CA064 /* input_1.txt */,
2E013F4C25A6F5AF006CA064 /* input_2.txt */,
2E013F4F25A6F5AF006CA064 /* input_3.txt */,
2E013F4B25A6F5AF006CA064 /* input_4.txt */,
2E013F4A25A6F5AF006CA064 /* output_1.txt */,
2E013F4D25A6F5AF006CA064 /* output_2.txt */,
2E013F4925A6F5AE006CA064 /* output_3.txt */,
2E013F5025A6F5AF006CA064 /* output_4.txt */,
);
path = Input;
sourceTree = "<group>";
};
2E013F6525A85FF9006CA064 /* Structs */ = {
isa = PBXGroup;
children = (
2E013F6125A85F9A006CA064 /* Cage.swift */,
5054C875239FB95A0019BCA6 /* Cell.swift */,
);
path = Structs;
sourceTree = "<group>";
};
2E013F6A25A8633A006CA064 /* Sudokus */ = {
isa = PBXGroup;
children = (
2E70BE8225A2CF45002FC7C3 /* SudokuSolver.swift */,
5054C871239FB93F0019BCA6 /* Sudoku.swift */,
2E70BE7C25A2C933002FC7C3 /* NormalSudoku.swift */,
2E013F5B25A85F74006CA064 /* KillerSudoku.swift */,
);
path = Sudokus;
sourceTree = "<group>";
};
5054C833239FB9090019BCA6 = {
isa = PBXGroup;
children = (
2E70BE7925A2C910002FC7C3 /* MyPlayground.playground */,
5054C83E239FB9090019BCA6 /* SudokuSolver */,
5054C855239FB90C0019BCA6 /* SudokuSolverTests */,
5054C83D239FB9090019BCA6 /* Products */,
Expand All @@ -81,14 +148,16 @@
5054C83E239FB9090019BCA6 /* SudokuSolver */ = {
isa = PBXGroup;
children = (
5054C871239FB93F0019BCA6 /* Sudoku.swift */,
5054C875239FB95A0019BCA6 /* Cell.swift */,
2E013F6A25A8633A006CA064 /* Sudokus */,
2E013F6525A85FF9006CA064 /* Structs */,
2E013F4825A6F55F006CA064 /* Input */,
5054C83F239FB9090019BCA6 /* AppDelegate.swift */,
5054C841239FB9090019BCA6 /* SceneDelegate.swift */,
5054C843239FB9090019BCA6 /* ContentView.swift */,
5054C845239FB90C0019BCA6 /* Assets.xcassets */,
5054C84A239FB90C0019BCA6 /* LaunchScreen.storyboard */,
5054C84D239FB90C0019BCA6 /* Info.plist */,
2E013F4425A6F4F7006CA064 /* ModelData.swift */,
5054C847239FB90C0019BCA6 /* Preview Content */,
);
path = SudokuSolver;
Expand All @@ -105,6 +174,8 @@
5054C855239FB90C0019BCA6 /* SudokuSolverTests */ = {
isa = PBXGroup;
children = (
2E013F2525A60F33006CA064 /* KillerSudokuTests.swift */,
2E013F0C25A5FF3D006CA064 /* NormalSudokuTests.swift */,
5054C858239FB90C0019BCA6 /* Info.plist */,
);
path = SudokuSolverTests;
Expand Down Expand Up @@ -156,14 +227,15 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1120;
LastUpgradeCheck = 1120;
LastUpgradeCheck = 1230;
ORGANIZATIONNAME = H;
TargetAttributes = {
5054C83B239FB9090019BCA6 = {
CreatedOnToolsVersion = 11.2.1;
};
5054C851239FB90C0019BCA6 = {
CreatedOnToolsVersion = 11.2.1;
LastSwiftMigration = 1230;
TestTargetID = 5054C83B239FB9090019BCA6;
};
};
Expand Down Expand Up @@ -193,7 +265,15 @@
buildActionMask = 2147483647;
files = (
5054C84C239FB90C0019BCA6 /* LaunchScreen.storyboard in Resources */,
2E013F5125A6F5AF006CA064 /* output_3.txt in Resources */,
5054C849239FB90C0019BCA6 /* Preview Assets.xcassets in Resources */,
2E013F5225A6F5AF006CA064 /* output_1.txt in Resources */,
2E013F5525A6F5AF006CA064 /* output_2.txt in Resources */,
2E013F5725A6F5AF006CA064 /* input_3.txt in Resources */,
2E013F5325A6F5AF006CA064 /* input_4.txt in Resources */,
2E013F5425A6F5AF006CA064 /* input_2.txt in Resources */,
2E013F5625A6F5AF006CA064 /* input_1.txt in Resources */,
2E013F5825A6F5AF006CA064 /* output_4.txt in Resources */,
5054C846239FB90C0019BCA6 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -235,15 +315,22 @@
5054C840239FB9090019BCA6 /* AppDelegate.swift in Sources */,
5054C876239FB95A0019BCA6 /* Cell.swift in Sources */,
5054C842239FB9090019BCA6 /* SceneDelegate.swift in Sources */,
2E013F7225A8A1F3006CA064 /* NormalSudoku.swift in Sources */,
2E013F7025A8A1F3006CA064 /* KillerSudoku.swift in Sources */,
2E013F4525A6F4F8006CA064 /* ModelData.swift in Sources */,
2E013F7125A8A1F3006CA064 /* Sudoku.swift in Sources */,
2E013F6F25A8A1F3006CA064 /* SudokuSolver.swift in Sources */,
2E013F6225A85F9A006CA064 /* Cage.swift in Sources */,
5054C844239FB9090019BCA6 /* ContentView.swift in Sources */,
5054C872239FB93F0019BCA6 /* Sudoku.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
5054C84E239FB90C0019BCA6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2E013F0D25A5FF3D006CA064 /* NormalSudokuTests.swift in Sources */,
2E013F2625A60F33006CA064 /* KillerSudokuTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -295,6 +382,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand Down Expand Up @@ -355,6 +443,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand Down Expand Up @@ -428,6 +517,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 5QVR84ECHQ;
INFOPLIST_FILE = SudokuSolverTests/Info.plist;
Expand All @@ -439,6 +529,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = cs3217.a0144892w.SudokuSolverTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SudokuSolver.app/SudokuSolver";
Expand All @@ -450,6 +541,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 5QVR84ECHQ;
INFOPLIST_FILE = SudokuSolverTests/Info.plist;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>classNames</key>
<dict>
<key>KillerSudokuTests</key>
<dict>
<key>testKillerSudokuPerformance1()</key>
<dict>
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
<dict>
<key>baselineAverage</key>
<real>0.0843</real>
<key>baselineIntegrationDisplayName</key>
<string>Local Baseline</string>
</dict>
</dict>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>runDestinationsByUUID</key>
<dict>
<key>3E456181-7A01-4854-8E54-E451E60F64FA</key>
<dict>
<key>localComputer</key>
<dict>
<key>busSpeedInMHz</key>
<integer>400</integer>
<key>cpuCount</key>
<integer>1</integer>
<key>cpuKind</key>
<string>Quad-Core Intel Core i7</string>
<key>cpuSpeedInMHz</key>
<integer>1700</integer>
<key>logicalCPUCoresPerPackage</key>
<integer>8</integer>
<key>modelCode</key>
<string>MacBookPro15,4</string>
<key>physicalCPUCoresPerPackage</key>
<integer>4</integer>
<key>platformIdentifier</key>
<string>com.apple.platform.macosx</string>
</dict>
<key>targetArchitecture</key>
<string>x86_64</string>
<key>targetDevice</key>
<dict>
<key>modelCode</key>
<string>iPhone12,3</string>
<key>platformIdentifier</key>
<string>com.apple.platform.iphonesimulator</string>
</dict>
</dict>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions xcode/SudokuSolver/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
21 changes: 21 additions & 0 deletions xcode/SudokuSolver/Assets.xcassets/image1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "image1.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions xcode/SudokuSolver/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@
//

import SwiftUI
import UIKit

struct ContentView: View {
@EnvironmentObject var modelData: ModelData

var body: some View {
Text("Hello, World!")
VStack {
Text(modelData.sudokuSolver.gridify())
}
}

}

struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
Group {
ContentView()
.environmentObject(ModelData())
}
}
}
9 changes: 9 additions & 0 deletions xcode/SudokuSolver/Input/input_1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
8 0 0 0 0 0 0 0 0
0 0 3 6 0 0 0 0 0
0 7 0 0 9 0 2 0 0
0 5 0 0 0 7 0 0 0
0 0 0 0 4 5 7 0 0
0 0 0 1 0 0 0 3 0
0 0 1 0 0 0 0 6 8
0 0 8 5 0 0 0 1 0
0 9 0 0 0 0 4 0 0
9 changes: 9 additions & 0 deletions xcode/SudokuSolver/Input/input_2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0 0 0 0 0 9 0 8 0
0 0 2 0 0 4 5 3 0
0 0 8 0 0 0 1 6 0
6 0 0 1 0 0 3 0 0
3 0 0 2 0 8 0 0 0
0 0 0 0 0 7 9 5 0
4 0 9 0 5 0 0 0 0
0 0 0 3 0 6 0 0 0
0 8 0 0 0 0 4 0 0
9 changes: 9 additions & 0 deletions xcode/SudokuSolver/Input/input_3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
7 0 0 1 5 2 3 0 0
0 0 0 0 0 0 9 2 0
0 0 0 3 0 0 0 0 0
1 0 0 0 0 4 7 0 8
0 0 0 0 0 0 0 6 0
0 0 0 0 0 0 0 0 0
0 0 9 0 0 0 5 0 6
0 4 0 9 0 7 0 0 0
8 0 0 0 0 6 0 1 0
Loading