C语言:判断某一年是否闰年
代码一: #include<stdio.h> int main() { int year,leap; p ... ...
代码一: #include<stdio.h> int main() { int year,leap; p ... ...
鸡兔同笼。已知鸡兔总头数为h(设为30),总脚数为f(设为90),求鸡兔各几只。 代码一: #include& ... ...
#include<stdio.h> int main() { printf("请输入一个字符:"); c ... ...
#include <windows.h> #include <stdlib.h> #include ... ...
#include <stdio.h> #define PI (3.1415926) // 定义圆周率PI ... ...
#include <iostream> using namespace std; int main() ... ...
题目:对于给定的一个三位数n,由前面的学习知道,n%10是这个三位数的个位,n/10%10是这个三位数的十位, ... ...