3 条题解
-
1
张睿涵 LV 10 @ 2020-05-31 16:49:47
import math m=int(input()) n=m/6 print(math.floor(n)) -
0@ 2023-06-19 22:12:06
人生苦短
print((eval(input())//6)) -
0@ 2021-02-05 18:26:26
#include<bits/stdc++.h> using namespace std; int main() { long long m;cin>>m; printf("%d",m/6); return 0; }
- 1
信息
- 难度
- 5
- 分类
- (无)
- 标签
- (无)
- 递交数
- 272
- 已通过
- 102
- 通过率
- 38%
- 上传者