Skip to content

Commit 3282562

Browse files
committed
Add question C file
1 parent 876f4f3 commit 3282562

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"""
2+
https://atcoder.jp/contests/past202107-open/tasks/past202107_c
3+
実行時間制限: 2 sec / メモリ制限: 1024 MB
4+
配点 : 8 点
5+
6+
問題文
7+
0 から 9 の数字からなる文字列 S が与えられます。
8+
S を整数の十進数表示として見たとき、以下の 2 つの条件をともに満たすかどうか判定してください。
9+
10+
先頭に不要な 0 がない。
11+
L 以上 R 以下である。
12+
13+
制約
14+
S は 0 から 9 の数字からなる文字列
15+
1≤∣S∣≤100
16+
0≤L≤R≤10^9
17+
L と R は整数
18+
"""

0 commit comments

Comments
 (0)