fork download
  1. name = "snow storm"
  2. print "%s" %name[6:8]
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: error: expected constructor, destructor, or type conversion before ‘=’ token
stdout
Standard output is empty