【试题】回文数字#include <stdio.h>
int main(void) { int n, i;... |
我的《蚂蚁感冒》的代码#include <stdio.h>
#include <stdlib.h> typedef struct _ANT {... |
【试题】核桃的数量(三个数的最小公倍数的求法)#include <stdio.h>
//#define gcd3(a, b, c) gcd(gcd((a), (b)), (c)) #define lcm(a, b) ((a... |
【试题】带分数#include <stdio.h>
#include <string.h> int number, count = 0; int getn(char *st... |
全排列算法#include <stdio.h>
void swap(int *a, int *b) { int t = *a;... |
蓝桥杯个人赛倒计时20天!RT
|
【试题】牌型种数小明被劫持到X赌城,被迫与其他3人玩牌。
一副扑克牌(去掉大小王牌,共52张),均匀发给4个人,每个人13张。 这时,小明脑子里突然冒出一个问题: 如果不考虑花色,只考虑点数,也不考... |
【试题】排序#include <stdio.h>
void swap(int *a, int *b) { int temp = *a;... |
现在,蓝桥杯服务器500错误。。。500 Internal Server Error nginx/1.4.7
|
十六进制 -> 八进制#include <stdio.h>
#include <stdlib.h> void main() { int... |
【试题】十六进制转十进制#include <stdio.h>
int main() { char str[20], *pStr;... |
【试题】十进制转十六进制#include <stdio.h>
char *tpl = "0123456789ABCDEF"; int main() {... |
【试题】特殊回文数#include <stdio.h>
int main() { int n, num;... |
【试题】回文数#include <stdio.h>
int main() { int num; int... |
【试题】特殊的数字#include <stdio.h>
int main() { int num; int... |
| 本吧共有主題數73個,帖子數295篇,會員數0位。 |
內容轉換: |