Run id: 115336

Main.cc: In function 'int main()':
Main.cc:13:7: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
 while(gets(s)) 
       ^
In file included from Main.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
Main.cc:13:7: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
 while(gets(s)) 
       ^
In file included from Main.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
Main.cc:13:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
 while(gets(s)) 
             ^
In file included from Main.cc:1:0:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^
Main.cc:33:2: error: 'cout' was not declared in this scope
  cout<