Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.13 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #include<iostream>
  2.  
  3. using namespace std;
  4.  
  5. struct king
  6. {
  7. int a;
  8. short b;
  9. },
  10.  
  11.  
  12. int main()
  13. {
  14.  
  15. cout<<"hi";
  16.  
  17. return 0;
  18. }