fork download
  1. Sample Input #1:
  2. 1
  3. 9 21
  4. xxxxxxxxxxxxxxxxxxxxx
  5. x
  6. xxxxx xxxx xxxx xxx x
  7. xSx x x x x
  8. x x xxxx xxx xxxx x x
  9. x x x x x
  10. x xxxx xxxxxxx xxxx x
  11. x x
  12. xxxxxxxxxxxxxxxxxxxxx
  13.  
  14. Sample Output #1:
  15. 12
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:14: error: stray ‘#’ in program
 Sample Input #1:
              ^
prog.cpp:14:15: error: stray ‘#’ in program
 Sample Output #1:
               ^
prog.cpp:1:1: error: ‘Sample’ does not name a type
 Sample Input #1:
 ^~~~~~
stdout
Standard output is empty