郑潮安
郑潮安
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
郑潮安的博客
全部文章
(共3篇)
题解 | #外宽中空的螺母#
A 嗨害嗨 print('6') B 剪纸 n = int(input()) print(n+1) C 打豆豆 for i in range(5): n1 = int(input()) sum_two = sum_three = sum_all = 0 if n1 % 2...
Python3
2022-10-20
3
255
常熟理工学院第三届ACM新生程序设计大赛题解
A_外宽中空的螺母 #include<stdio.h> int main(){ printf("20\n"); return 0; } B_/ 8 ? % 8 #include<stdio.h> int main() { long long int n; sca...
C++
C
2021-11-04
2
742
题解 | #常熟理工ACM新生赛(热身赛)题解#
A题_曦曦买奖品 九个11,剩下的全买5. #include<iostream> using namespace std; int main(){ cout<<0<<endl; return 0; } B题_暴打科迪 简单的判断语句,读懂题目意思...
C++
2021-11-02
0
552