fork download
  1. a=5;
  2. b=66;
  3. s=a+b;
  4. print (s);// your code goes here
Success #stdin #stdout 0.02s 16772KB
stdin
Standard input is empty
stdout
71