题解列表

筛选

判断第几天C++

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;bool IsLeapYear(int year)//用来判断是否是闰年{     if (y……

弟弟的作业(C语言)

摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int main() { char a[20]; int sum=0; whi……

2008: C++函数重载练习

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<bits/stdc++.h> using namespace std; v……

11111111111111111

摘要:解题思路:A,B=map(int,input().strip().split())n=A*Bprint(n)注意事项:111111111参考代码:111111111111……