代码搜索:error

找到约 10,000 项符合「error」的源代码

代码结果 10,000
www.eeworm.com/read/11251/214787

cpp error07_5.cpp

#include #include int main(void) { int i, s; char str[80]; i = 0; while((str[i] = getchar( )) != '\n') i++; str[i] = '\0'; for(i
www.eeworm.com/read/11251/214788

cpp error06_1.cpp

#include int fact(int n); int multi(int n); int main(void) { int i; double sum, item, eps; eps = 1e-6; sum = 1; item = 1; for(i = 1;item >= eps; i++){
www.eeworm.com/read/11251/214789

cpp error03_1.cpp

#include #include int main(void) { double a, b, c,d; printf("Enter a, b, c \n"); scanf("%lf%lf%lf", &a, &b, &c); d = b * b - 4 * a * c; if(a==0){ if(b = 0){ if
www.eeworm.com/read/11251/214790

cpp error02_4.cpp

#include int main(void) { double x, printf("Enter x: \n"); scanf("=%f", x); if(x = 10){ y = 1 / x } else (x != 10){ y = x; } printf("f
www.eeworm.com/read/11251/214791

cpp error09_1.cpp

#include int main (void ) { int i, n; struct emp{ char name[10]; float jbg; float fdg; float zc; } s[10]; printf("n="); scanf("%d", &
www.eeworm.com/read/11251/214792

cpp error02_1.cpp

#include int main(void) { int celsius; fahr; fahr = 100; celsius = 5 * (fahr - 32) / 9; printf("fahr = d, celsius = %d\n", fahr, celsius); return
www.eeworm.com/read/11251/214793

cpp error02_5.cpp

#include int main(void) { int i, sum; for ( i = 1, i
www.eeworm.com/read/11251/214794

cpp error04_2.cpp

#include "stdio.h" int main(void) { int i, j, s = 1; for(i = 1; i
www.eeworm.com/read/14545/388379

h sdl_error_c.h

/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the term