题解列表

筛选

c语言简洁的解题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>main(){ int n,i=0; scanf("%d",&n); struct stu { char id[255]; char……

 编写题解 1671: 小九九

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

2854: 密码翻译

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;string a;const int N……

2909: 直方图

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e5;ll p……

编写题解 2749: Hello, World!

摘要:解题思路:注意事项:参考代码:                #include<iosteam>                using namespace std;              &nb

编写题解 2974: 统计字符数

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e5;stri……

2974: 统计字符数

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>typedef long long ll;using namespace std;const int N=1e6;ll t……