4 条题解
-
1
游弋丛林 LV 8 @ 4 年前
#python3
-
14 年前@
#python 3
print(int(input())//4) -
02 年前@
n=int(input())
print(int(n/4)) -
05 年前@
#include<iostream>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<a/4;\养生OJshui题
}
- 1
信息
- ID
- 1002
- 难度
- 7
- 分类
- (无)
- 标签
- (无)
- 递交数
- 1130
- 已通过
- 248
- 通过率
- 22%
- 被复制
- 2
- 上传者