随笔分类 -  CCSP

摘要:代码 #include <iostream> #include <string.h> using namespace std; int main() { int num = -1; int w=-1; char ISBN[14]; cin>>ISBN; num = (ISBN[0]-48)*1+(I 阅读全文
posted @ 2019-11-18 09:46 QRain 阅读(171) 评论(0) 推荐(0)
摘要:代码 #include <iostream> using namespace std; int main() { int n,max=0,max_num=0; int *array = new int[1000]; cin>>n; for(int i=0;i<n;i++) cin>>array[i] 阅读全文
posted @ 2019-11-18 09:21 QRain 阅读(130) 评论(0) 推荐(0)