题解列表

筛选

蓝桥杯算法提高VIP-理财计划 (C++代码)

摘要:解题思路:第一次遇到,,这种输出两位数字的题目(注意不是保留),wa了几次,才发现数据不对注意事项:参考代码:#include <bits/stdc++.h>using namespace std;i……

Tom数 (C语言代码)

摘要:#include <stdio.h>int main(){     int s;     long long n;     while(scanf("%lld",&n)!=EOF)     {    ……