题解列表

筛选

人民币问题 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int x,i,j,k,sum;    while(scanf("%d",&x)==1)    {    ……

分糖果 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int is_right(int *s,int n){ int m=s[0]; for(int……