]> AND Private Git Repository - these_gilles.git/blob - DOCS/paper_snake_gpu/step1.cpp~
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
modif finale lnivs + keywords
[these_gilles.git] / DOCS / paper_snake_gpu / step1.cpp~
1 #include <iostream>
2
3 using namespace std;
4
5 int main(int argc, char **argv){
6
7   int H = atoi(argv[1]);
8   double nb = 0.0;
9
10   for(int i=0; i<H; i++ ) nb =+ (H-i); 
11   return 0;
12 }