10000 Update 2579_1.cpp · rinrin528/basic-algo-lecture@cc4ebf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc4ebf8

Browse files
Update 2579_1.cpp
1 parent 92d191f commit cc4ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x10/2579_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main(void){
1111
cin.tie(0);
1212
cin >> n;
1313
for(int i = 1; i <= n; i++) cin >> s[i];
14-
if(n==1){
14+
if(n == 1){
1515
cout << s[1];
1616
return 0;
1717
}

0 commit comments

Comments
 (0)
0