题解列表
求素数和,非常简单的方法
摘要:解题思路:旗帜法注意事项:函数内只有一个嵌套参考代码:#include<stdio.h>int isprime(int x){ if(x<2){……
Py2901-查找特定的值
摘要:n=int(input())m=list(map(int,input().split()))l=int(in……
1045: [编程入门]自定义函数之整数处理
摘要:_ueditor_page_break_tag_#include<stdio.h>void min(int *num){ int temp = num[0];&n……
1033: [编程入门]自定义函数之字符提取
摘要:#include<stdio.h>#include<string.h>voidfind_char(char*str,&n……
1044: [编程入门]三个字符串的排序
摘要:#include"stdio.h"#include"string.h"intmain(){&nb……