2 条题解
- 
  1
张睿涵 LV 10 @ 2020-05-31 16:23:04
import math a=int(input()) b=a/16 print(math.floor(b)) - 
  0@ 2021-02-05 18:17:27
#include<bits/stdc++.h> using namespace std; int main() { int a;cin>>a; printf("%d",a/16); return 0; } 
- 1
 
信息
- 难度
 - 4
 - 分类
 - (无)
 - 标签
 - (无)
 - 递交数
 - 196
 - 已通过
 - 76
 - 通过率
 - 39%
 - 上传者