题解列表

筛选

c++解题思路

摘要:解题思路:注意事项:参考代码:#include<iosteream>using namespace std;int main(){   int a,b;   cin >>a;   cin >>b;  ……

我是大厦必

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){    for(int i=100;i<=999;i++)    {       ……

c++解题思路

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){    int a,b,c;    cin >> a;    cin >……

c++解题思路

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<math.h>using namespace std;int main(){    for(int i=100;i<……

大采购一各呢

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){    int a,b,c,d,e,f;    for(int a=0;a<=……

超大数字整除问题--大数求余算法

摘要:解题思路:如果按照问题中给出的解题思路进行解题,个人水平有限,只能写出满足一半例程的程序,另外的一半例程可能是由于数据太大了,使用stoi()函数与stringstream均无法正确地将字符串转换到整……
优质题解

LikeWater - 1676: 数据结构-链表的基本操作(本以为一切顺利,没想到只有我是小丑!!!)

摘要:***——写在题目之前:本来以为这是一个不是很难,只是考验基本功的题目,没想到它却给了我极大的压力与坏心情,在我完成它的时候我满心欢喜的测试都是正确的让我飘飘然,而时间超限的警告又直接将我打回原形,心……