| ||
| stranica v koqto 6te mojete da obmenqte informaciq ,kakto za kompiutarnite ezici , taka i za samite kompiutri |
| ||
|
include iostream.h int kvad ( double a, double b, double c) { if (a==0) if(b==0) if(c==0) return 3 ; else return 0; else return 1; else {double D=b*b-4*a*c; if (D<0) return 3; else if (D==0) return 1; else return 2; } } void main () {double a,b,c; cout<<"a=";cin>>a; cout<<"b=";cin>>b; cout<<"c=";cin>>c; int p=kvad(a,b,c); if (p==3) cout<<"bezbroi mnogo re6enia "; else if (p==2) cout<<"2 re6enia "; else if (p==1) cout<<"1 re6enie "; else if (p==0) cout<<"nqma re6enie "; } | ||
| 0 Comments | Post Comment | Permanent Link |
| ||
|
#include iostream.h void main() { int a,b; cout <<"a="; cin >> a ; cout <<"b="; cin >> b ; cout <<" " << " "<< "-----------------------------" << " "; cout << "|"<<" a " << "|" << " b " << "|" << " + " << "|" << " - " << "|" << " * " <<"|" << " / " <<"|" << " % " <<"|" <<" "; cout << "-----------------------------" << " " ; cout << "|"<<" " << a << " " << "|" << " " << b << " " << "|" << " " << a+b << " " << "|" << " " << a-b << " " << "|" << " " << a*b << " " << "| " << a/b << " " << "|" << " " << a%b << " " << "|"; cout << " " << "-----------------------------" << " "; } | ||
| 0 Comments | Post Comment | Permanent Link |
| ||
|
Kakvo pravi? #include iostream.h int fact(int k) {int i,f=1; for(i=1;i<=k;i++) f=f*i; return f; } void main() {int n,i; cout<<"n= ";cin>>n; for(i=0;i<=n;i++) cout< | ||
| 0 Comments | Post Comment | Permanent Link |
| ||
|
#include iostream.h int max(int,int); double max(double,double); void main() { int x,y; cout<<"x,y= ";cin>>x>>y; cout< double p,q; cout<<"p,q= ";cin>>p>>q; cout< int max(int a,int b) { return (a>b)? a:b; } double max(double a,double b) { return (a>b)? a:b; } ![]() | ||
| 0 Comments | Post Comment | Permanent Link |
| ||||||||||||||||||
|
Приложение №1 ГРАФИК за провеждане на олимпиадите в средните училища през учебната 2005/2006 г.
Приложение № 2 ГРАФИК за провеждане на националните състезания в средните училища през учебната 2005/2006
| ||||||||||||||||||
| 0 Comments | Post Comment | Permanent Link |
| Page 2 of 6 |
| Last Page | Next Page |