题解列表

筛选

1195: 去掉双斜杠注释

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    string str1="//";    string……

1197: 发工资咯

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int Dno[6]={100,50,10,5,2,1};//面额大小 int su……

二级C语言-求偶数和

摘要:解题思路:用%做注意事项:%2参考代码:#include<bits/stdc++.h>using namespace std;int n,s,z;int main(){     cin>>n; for……

P1087 数组解法

摘要:解题思路:我看好多题解没有严格按照输入标准来hhh 其实利用二维数组可以实现题目要求注意事项:goto语句和break语句的使用参考代码:#include<iostream>using namespa……

傻逼图形输出

摘要:#include<bits/stdc++.h>using namespace std;int main(){ printf( " X | X | X\n"    "---+---+---\n"    ……