Advertisement
k_vychodilova

Ukol_02

Feb 13th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(int argc, char **argv)
  4. {
  5.     printf("Hello");
  6.      /*
  7.     char pole[256][256];
  8.     FILE* zadani = stdin;
  9.    
  10.     int klara = 0;
  11.     while(fscanf(zadani,"%255s", pole[klara]) == 1){
  12.         klara++;
  13.            
  14.     }
  15.    
  16.     int j;
  17.     for(j=0; j<limit;j++)
  18.     {
  19.        
  20.        
  21.        
  22.        
  23.     }
  24.    
  25.    
  26.     printf("%s\n", pole[2]);*/
  27.     return 0;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement