Commit 72aa9864 by BellCodeEditor

auto save

parent 4820eced
Showing with 47 additions and 0 deletions
'''a = int(input())
if a < 0:
print("不知道")
print(a)
a = int(input())
if a > 5:
print(a*280)
else:
print(a*300)
a=int(input())
b=int(input())
if a>b:
a=b
c=a
b=c
print(a)
print(b)
x=int(input())
if x%4and 100
print(yes)
else:
print(no)
for i in range(1,101):
if i%2==0:
print(i)
else:
s+=i
sum=0
n=int(input())'''
n,m = map(int,input().split())
for i in range(n):
for i in range(m):
print("*",end='')
print()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment