- 买铅笔
 - @ 2018-08-23 14:54:43
 
不会就问,别怂!!!
4 条评论
- 
  2329801244 LV 7 @ 2018-08-27 20:54:09
额,你们真勤奋啊
 - 
  @ 2018-08-23 22:41:22
#include<iostream>
#include<algorithm>
#include<cstdio>
#include<cstring>
#include<cmath>
using namespace std;
int main(){
int n,x,i,l=1,ans;
cin>>n>>x;
for(i=1;i<=n;i++){
if(l%10==x){
ans++;
l++;
}
}
cout<<ans<<endl;
}想知道哪错了啊
 - 
  @ 2018-08-23 15:04:46
“三角形”谁会啊?
 - 
  @ 2018-08-23 14:55:48
怎么做啊,一晚上做不出来!!!
 
- 1
 
信息
- 难度
 - 9
 - 分类
 - (无)
 - 标签
 - (无)
 - 递交数
 - 6
 - 已通过
 - 2
 - 通过率
 - 33%
 - 上传者