Skip to content

Commit 4151f0a

Browse files
정구열정구열
authored andcommitted
problem #10420 solved
1 parent 80059d5 commit 4151f0a

File tree

11 files changed

+525
-2
lines changed

11 files changed

+525
-2
lines changed

.DS_Store

8 KB
Binary file not shown.
Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
6D250C82214FE766005825AE /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D250C81214FE766005825AE /* main.cpp */; };
11+
/* End PBXBuildFile section */
12+
13+
/* Begin PBXCopyFilesBuildPhase section */
14+
6D250C7C214FE766005825AE /* CopyFiles */ = {
15+
isa = PBXCopyFilesBuildPhase;
16+
buildActionMask = 2147483647;
17+
dstPath = /usr/share/man/man1/;
18+
dstSubfolderSpec = 0;
19+
files = (
20+
);
21+
runOnlyForDeploymentPostprocessing = 1;
22+
};
23+
/* End PBXCopyFilesBuildPhase section */
24+
25+
/* Begin PBXFileReference section */
26+
6D250C7E214FE766005825AE /* BOJ_10420 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BOJ_10420; sourceTree = BUILT_PRODUCTS_DIR; };
27+
6D250C81214FE766005825AE /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
6D250C7B214FE766005825AE /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
6D250C75214FE766005825AE = {
42+
isa = PBXGroup;
43+
children = (
44+
6D250C80214FE766005825AE /* BOJ_10420 */,
45+
6D250C7F214FE766005825AE /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
6D250C7F214FE766005825AE /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
6D250C7E214FE766005825AE /* BOJ_10420 */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
6D250C80214FE766005825AE /* BOJ_10420 */ = {
58+
isa = PBXGroup;
59+
children = (
60+
6D250C81214FE766005825AE /* main.cpp */,
61+
);
62+
path = BOJ_10420;
63+
sourceTree = "<group>";
64+
};
65+
/* End PBXGroup section */
66+
67+
/* Begin PBXNativeTarget section */
68+
6D250C7D214FE766005825AE /* BOJ_10420 */ = {
69+
isa = PBXNativeTarget;
70+
buildConfigurationList = 6D250C85214FE766005825AE /* Build configuration list for PBXNativeTarget "BOJ_10420" */;
71+
buildPhases = (
72+
6D250C7A214FE766005825AE /* Sources */,
73+
6D250C7B214FE766005825AE /* Frameworks */,
74+
6D250C7C214FE766005825AE /* CopyFiles */,
75+
);
76+
buildRules = (
77+
);
78+
dependencies = (
79+
);
80+
name = BOJ_10420;
81+
productName = BOJ_10420;
82+
productReference = 6D250C7E214FE766005825AE /* BOJ_10420 */;
83+
productType = "com.apple.product-type.tool";
84+
};
85+
/* End PBXNativeTarget section */
86+
87+
/* Begin PBXProject section */
88+
6D250C76214FE766005825AE /* Project object */ = {
89+
isa = PBXProject;
90+
attributes = {
91+
LastUpgradeCheck = 0900;
92+
ORGANIZATIONNAME = guyeol_jeong;
93+
TargetAttributes = {
94+
6D250C7D214FE766005825AE = {
95+
CreatedOnToolsVersion = 9.0;
96+
ProvisioningStyle = Automatic;
97+
};
98+
};
99+
};
100+
buildConfigurationList = 6D250C79214FE766005825AE /* Build configuration list for PBXProject "BOJ_10420" */;
101+
compatibilityVersion = "Xcode 8.0";
102+
developmentRegion = en;
103+
hasScannedForEncodings = 0;
104+
knownRegions = (
105+
en,
106+
);
107+
mainGroup = 6D250C75214FE766005825AE;
108+
productRefGroup = 6D250C7F214FE766005825AE /* Products */;
109+
projectDirPath = "";
110+
projectRoot = "";
111+
targets = (
112+
6D250C7D214FE766005825AE /* BOJ_10420 */,
113+
);
114+
};
115+
/* End PBXProject section */
116+
117+
/* Begin PBXSourcesBuildPhase section */
118+
6D250C7A214FE766005825AE /* Sources */ = {
119+
isa = PBXSourcesBuildPhase;
120+
buildActionMask = 2147483647;
121+
files = (
122+
6D250C82214FE766005825AE /* main.cpp in Sources */,
123+
);
124+
runOnlyForDeploymentPostprocessing = 0;
125+
};
126+
/* End PBXSourcesBuildPhase section */
127+
128+
/* Begin XCBuildConfiguration section */
129+
6D250C83214FE766005825AE /* Debug */ = {
130+
isa = XCBuildConfiguration;
131+
buildSettings = {
132+
ALWAYS_SEARCH_USER_PATHS = NO;
133+
CLANG_ANALYZER_NONNULL = YES;
134+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
135+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
136+
CLANG_CXX_LIBRARY = "libc++";
137+
CLANG_ENABLE_MODULES = YES;
138+
CLANG_ENABLE_OBJC_ARC = YES;
139+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
140+
CLANG_WARN_BOOL_CONVERSION = YES;
141+
CLANG_WARN_COMMA = YES;
142+
CLANG_WARN_CONSTANT_CONVERSION = YES;
143+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
144+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
145+
CLANG_WARN_EMPTY_BODY = YES;
146+
CLANG_WARN_ENUM_CONVERSION = YES;
147+
CLANG_WARN_INFINITE_RECURSION = YES;
148+
CLANG_WARN_INT_CONVERSION = YES;
149+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
150+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
151+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
152+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
153+
CLANG_WARN_STRICT_PROTOTYPES = YES;
154+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
155+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
156+
CLANG_WARN_UNREACHABLE_CODE = YES;
157+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
158+
CODE_SIGN_IDENTITY = "Mac Developer";
159+
COPY_PHASE_STRIP = NO;
160+
DEBUG_INFORMATION_FORMAT = dwarf;
161+
ENABLE_STRICT_OBJC_MSGSEND = YES;
162+
ENABLE_TESTABILITY = YES;
163+
GCC_C_LANGUAGE_STANDARD = gnu11;
164+
GCC_DYNAMIC_NO_PIC = NO;
165+
GCC_NO_COMMON_BLOCKS = YES;
166+
GCC_OPTIMIZATION_LEVEL = 0;
167+
GCC_PREPROCESSOR_DEFINITIONS = (
168+
"DEBUG=1",
169+
"$(inherited)",
170+
);
171+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
172+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
173+
GCC_WARN_UNDECLARED_SELECTOR = YES;
174+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
175+
GCC_WARN_UNUSED_FUNCTION = YES;
176+
GCC_WARN_UNUSED_VARIABLE = YES;
177+
MACOSX_DEPLOYMENT_TARGET = 10.13;
178+
MTL_ENABLE_DEBUG_INFO = YES;
179+
ONLY_ACTIVE_ARCH = YES;
180+
SDKROOT = macosx;
181+
};
182+
name = Debug;
183+
};
184+
6D250C84214FE766005825AE /* Release */ = {
185+
isa = XCBuildConfiguration;
186+
buildSettings = {
187+
ALWAYS_SEARCH_USER_PATHS = NO;
188+
CLANG_ANALYZER_NONNULL = YES;
189+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
190+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
191+
CLANG_CXX_LIBRARY = "libc++";
192+
CLANG_ENABLE_MODULES = YES;
193+
CLANG_ENABLE_OBJC_ARC = YES;
194+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
195+
CLANG_WARN_BOOL_CONVERSION = YES;
196+
CLANG_WARN_COMMA = YES;
197+
CLANG_WARN_CONSTANT_CONVERSION = YES;
198+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
199+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
200+
CLANG_WARN_EMPTY_BODY = YES;
201+
CLANG_WARN_ENUM_CONVERSION = YES;
202+
CLANG_WARN_INFINITE_RECURSION = YES;
203+
CLANG_WARN_INT_CONVERSION = YES;
204+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
205+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
206+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
207+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
208+
CLANG_WARN_STRICT_PROTOTYPES = YES;
209+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
210+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
211+
CLANG_WARN_UNREACHABLE_CODE = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
CODE_SIGN_IDENTITY = "Mac Developer";
214+
COPY_PHASE_STRIP = NO;
215+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
216+
ENABLE_NS_ASSERTIONS = NO;
217+
ENABLE_STRICT_OBJC_MSGSEND = YES;
218+
GCC_C_LANGUAGE_STANDARD = gnu11;
219+
GCC_NO_COMMON_BLOCKS = YES;
220+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
221+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
222+
GCC_WARN_UNDECLARED_SELECTOR = YES;
223+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
224+
GCC_WARN_UNUSED_FUNCTION = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
MACOSX_DEPLOYMENT_TARGET = 10.13;
227+
MTL_ENABLE_DEBUG_INFO = NO;
228+
SDKROOT = macosx;
229+
};
230+
name = Release;
231+
};
232+
6D250C86214FE766005825AE /* Debug */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
CODE_SIGN_STYLE = Automatic;
236+
DEVELOPMENT_TEAM = 6N3Q3DVXRR;
237+
PRODUCT_NAME = "$(TARGET_NAME)";
238+
};
239+
name = Debug;
240+
};
241+
6D250C87214FE766005825AE /* Release */ = {
242+
isa = XCBuildConfiguration;
243+
buildSettings = {
244+
CODE_SIGN_STYLE = Automatic;
245+
DEVELOPMENT_TEAM = 6N3Q3DVXRR;
246+
PRODUCT_NAME = "$(TARGET_NAME)";
247+
};
248+
name = Release;
249+
};
250+
/* End XCBuildConfiguration section */
251+
252+
/* Begin XCConfigurationList section */
253+
6D250C79214FE766005825AE /* Build configuration list for PBXProject "BOJ_10420" */ = {
254+
isa = XCConfigurationList;
255+
buildConfigurations = (
256+
6D250C83214FE766005825AE /* Debug */,
257+
6D250C84214FE766005825AE /* Release */,
258+
);
259+
defaultConfigurationIsVisible = 0;
260+
defaultConfigurationName = Release;
261+
};
262+
6D250C85214FE766005825AE /* Build configuration list for PBXNativeTarget "BOJ_10420" */ = {
263+
isa = XCConfigurationList;
264+
buildConfigurations = (
265+
6D250C86214FE766005825AE /* Debug */,
266+
6D250C87214FE766005825AE /* Release */,
267+
);
268+
defaultConfigurationIsVisible = 0;
269+
defaultConfigurationName = Release;
270+
};
271+
/* End XCConfigurationList section */
272+
};
273+
rootObject = 6D250C76214FE766005825AE /* Project object */;
274+
}

BOJ_10420/BOJ_10420.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "Yes"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
filePath = "BOJ_10420/main.cpp"
13+
timestampString = "559188202.572286"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "76"
17+
endingLineNumber = "76"
18+
landmarkName = "main(int argc, const char * argv[])"
19+
landmarkType = "9">
20+
</BreakpointContent>
21+
</BreakpointProxy>
22+
<BreakpointProxy
23+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
24+
<BreakpointContent
25+
shouldBeEnabled = "Yes"
26+
ignoreCount = "0"
27+
continueAfterRunningActions = "No"
28+
filePath = "BOJ_10420/main.cpp"
29+
timestampString = "559188202.572812"
30+
startingColumnNumber = "9223372036854775807"
31+
endingColumnNumber = "9223372036854775807"
32+
startingLineNumber = "76"
33+
endingLineNumber = "76"
34+
landmarkName = "main(int argc, const char * argv[])"
35+
landmarkType = "9">
36+
</BreakpointContent>
37+
</BreakpointProxy>
38+
</Breakpoints>
39+
</Bucket>

0 commit comments

Comments
 (0)