题解列表
2012: 百分制成绩转换
摘要:解题思路:注意事项:参考代码:#include<iostream>
using namespace std;
int main()
{
int arr[5]={0},arr1[100]……
2009: 第一个带类的C++程序
摘要:解题思路:注意事项:参考代码:#include<iostream>
using namespace std;
class Data
{
public:
void Set(string……
矩阵交换 非常简单 小白看
摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS#include<stdio.h>int main(void){ int a[100][100] = ……
c语言代码,不用数组
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j,sum=0,n; scanf("%d\n", &n); for(i=0;i<n……
C语言思路简单,易懂!!! 理解万岁
摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>struct s{ char data[10000]; int top;}n;voi……
11111111111111111
摘要:解题思路:A,B=map(int,input().strip().split())n=A*Bprint(n)注意事项:111111111参考代码:111111111111……
2008: C++函数重载练习
摘要:解题思路:注意事项:参考代码:#include<iostream>
#include<cmath>
#include<bits/stdc++.h>
using namespace std;
v……