fork download
  1. select "The Sqlite Add/Multiply Program.";
  2. select "b = 25, c = 25","d =",(25 + 25);
  3. select "e = 25, f = 45","g =",(45 * 45);
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
The Sqlite Add/Multiply Program.
b = 25, c = 25|d =|50
e = 25, f = 45|g =|2025