Skip to content

Commit a86ac41

Browse files
committedMar 30, 2025
add code
1 parent f4d417f commit a86ac41

File tree

915 files changed

+3427
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

915 files changed

+3427
-0
lines changed
 

‎code/answer_1-1-1.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
S = input()
2+
print(*S)

‎code/answer_1-3-1.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A, B = map(int, input().split())
2+
print(B, A)

0 commit comments

Comments
 (0)
Please sign in to comment.