1. 首页 > 科技

帮我的程序纠纠错?

C语言编程,帮我纠纠错,谢谢!

帮我的程序纠纠错?

有一处错误:t1=t2/(2n-1); //2n有错把这句改成:t1=t2/(2*n-1);

帮我的作文纠纠错

I have. -I do.I go to the station fare-I went to the station fare.后面的句子,有动词的全部改为过去时,太多了,我不好改

C语言,帮我纠一下错,谢谢喽(用指针法比较3个数的大小),我要

p1=&n1;p2=&n2;p3=&p3; ---->>> p1=&n1;p2=&n2;p3=&n3;

简单的C语言程序求纠错~

#include#includemain(){ float a, b, c, x1, x2, m, p, q, delta; printf("Please enter the coefficient for the quadratic function:\n"); printf("a="); scanf("%f", &a); printf("b=").

什么是行政纠错,行政纠错的依据,程序是什么?

1、作出行政撤销行政行为时必须遵循更严格的规则.行政机关可以纠错的行政行为,应是违法或不当的行政行为以及由于事实和法律的变迁而不宜再存续的合法行政行为.

.可为什么屏幕上只能显示第一个浮点数呢?请大师帮我纠纠错~

#include<stdio.h>#include<conio.h>//包含getch();//#include<stdlib.h>//这个头文件没用void main(){FILE *fp;float a[20];int i;//int j;//j没用fp=fopen("G:\\Win-TC\\projects\\b.txt","r");for(i=0;i<20;i++)//改成i<20,把for循环后面的';'去掉{fscanf(fp,"%f",&a[i]);fprintf(stdout,"%f\n",a[i]);}fclose(fp);getch();}

初学法语,写了一篇小文章,望高手指点指点,帮我纠纠错.谢谢了!

同在青岛~妮儿改的已经不错了,我给你原文纠纠错吧.1、elle a travaillé très bien pour elle peut donner.这个pour后面不能直接这样用,接句子的话要加que,而pour que.

求教C语言纠错?

C语言纠错分为: 」常见错误分析 」程序调试

有没有可以帮助修正纠改造句语法错误的软件?

word系列有基本的语法纠错

问C++自编停车厂程序纠错 ,请高手帮忙纠错,能编译,不能使车离开

#include "stdafx.h" #include <iostream> #include <iomanip> #include <string> //==. int main(int argc, char* argv[]) {cout<<setw(45)<<"欢迎使用本程序"<<endl;cout<<.