Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92321 |
徐盛熠 |
06买鸡腿 |
Python3 |
Wrong Answer |
33 MS |
3756 KB |
92 |
2024-09-29 12:36:50 |
Tests(0/10):
Code:
c=input().split()
a=c[0]
b=c[1]
b=int(b)
a=int(a)
w=a//b
n=w//3
d=w+n
print(d)
Run Info:
------Input------
1 98
------Answer-----
130
------Your output-----
0