Run id: 123812

Main.cc:2:17: error: 'syd' is not a namespace-name
 using namespace syd;
                 ^
Main.cc:2:20: error: expected namespace-name before ';' token
 using namespace syd;
                    ^
Main.cc: In function 'int main()':
Main.cc:5:3: error: 'cout' was not declared in this scope
   cout<& __os)
     ^
Main.cc: At global scope:
Main.cc:9:1: error: expected unqualified-id before 'for'
 for(char a='Z';a>='A';a--){
 ^
Main.cc:9:16: error: 'a' does not name a type
 for(char a='Z';a>='A';a--){
                ^
Main.cc:9:23: error: 'a' does not name a type
 for(char a='Z';a>='A';a--){
                       ^