题解 1197: 发工资咯

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

发工资咯-题解(C语言代码)

摘要:解题思路:注意事项:参考代码://发工资,递归思路#include <stdio.h>int run (int a);int main (){ int n,sum=0; int a; while(s……

发工资咯-题解(C语言代码)

摘要:题解太多了,不想再写了。混个分数呗! ```c #include int mod(int x) { int a = 0; while(x>=100){ x -= 100……

编写题解 1197: 发工资咯

摘要:解题思路:注意事项:参考代码:#include "stdio.h"int main() { int n; int M; while (scanf("%d", &n) != EOF)  {int k =……

1197: 发工资咯

摘要:解题思路:sum要从新置零,从新置零,从新置零。垃圾,错这么多次了还不长记性,对自己无语了。注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int main(……

发工资咯 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include "stdio.h"int qianshu(int n);int main(){ int n; while(scanf("%d",&n)&&n) {  i……