【試題】買不到的數目#include <stdio.h>
int main(void) { int a, b;... |
【試題】迴文數字#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... |
| 本吧共有主題數74個,帖子數296篇,會員數0位。 |
內容轉換: |