9414912615

9414912615



#include <iostream>

using nćimespace std;

int main () { int n; cin»n; bool e [n]; int p [n] ;

for (int i=0;i<n;i++) { e [i]=false; p [i]=i; > int i=n-l; while (i>=0) { if (i==n-l) {

for (int k=0;k<n;k++)

cout«setw (loglO (n)+2)«l+p [k] ; cout«endl; } int j;

for (j=p [i]+l;j<n && !e [j];j++); if (j==n) {

e [p [i] ] =true; i—;

continue; } e [p [i] ] =true; e [j]=false; p [i>j;

for (j=0,i++;i<n;i++) { for (; !e [j] ;j++) ; e [j]=false;

p    >

i=n-l; »

2.4 Wskaźniki

2.4.1 Pointer - przykład

Poniższy przykład ilustruje wykorzystanie wskaźników do pojedynczych zmiennych.

#include <iostream>

using namespace std;

int main () { int a=2,b=7; cout«a«" "«b«endl; int *p=&a;

cout«p«" "«*p«endl;

*p+=b;

cout«p«" "«*p«endl;

19



Wyszukiwarka

Podobne podstrony:
OpenMP OpenMP/ll #include <omp.h> #include <iostream> using namespace std; int main ( vo
8 9 #include <iostream> 0 1    using namespace std; 2 3    int
#include <iostream.h> using namespace std; int raain(){ char s[100] ; cout « "Podaj
#include <iostream> using namespace std; ostream fistrumienl = cout, &strumien2 = strumien
Rozwiązanie do pkt. b: #include <iostream> #include <fstream> using namespace std; 
faq gotoxy #include <cstdlib> #include <iostream> using namespace std; #include
1    #include <iostream> 2 3    using namespace std; 4
1    #include <iostream> 2 3    using namespace std; 4 5
#include <iostream> using namespace std; #include <stdio.h> #include <string.h> st
using namespace std; int main () { srandom (time (0)); int num; cin»num; double vec
using namespace std; int main(){ int i,j,p=0,n=0; char słowo[25] ; fstream
2bc 2b #include <csldlib>#include <ioslręą m># includc <siack> using namespace std
3. HeapSort.cpp #include "sorttab.h" using namespace std; // Zmienne globalne Tab tab, tab
Test 1 termin (03 02 2012) 11.    W wyniku działania poniższego programu #include&l

więcej podobnych podstron