在线等!!!C语言怎么每次加1求未知数_百度知道
最佳答案: #include <stdio.h>int main(){ int x=1; while(x > 0) { if (x*x*x % 33 == 11) { break; } ++x; } if (x >0) { printf(...更多关于C 计算中的未知数问题的问题>>
用C语言如何计算多个未知数?计算一个未知数时,可以通过..._百度知道
最佳答案: #include<stdio.h> #include<stdafx.h> #include<stdlib.h> #include<math.h> int main() { int x,y,a=3,b=10,s=163; for(x=1;x<s;x...更多关于C 计算中的未知数问题的问题>>