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