soma_correta.ivpm 1013 B

12345678910111213141516171819202122232425
  1. {
  2. "testcases" : [
  3. {
  4. "input": ["1", "2"],
  5. "output": ["3"]
  6. },
  7. {
  8. "input": ["4", "5"],
  9. "output": ["9"]
  10. },
  11. {
  12. "input": ["10", "1"],
  13. "output": ["11"]
  14. },
  15. {
  16. "input": ["4", "4"],
  17. "output": ["8"]
  18. }
  19. ] ,
  20. "settings_data_types":
  21. [{"name":"integer_data_type","value":"on"},{"name":"real_data_type","value":"on"},{"name":"text_data_type","value":"on"},{"name":"boolean_data_type","value":"on"},{"name":"void_data_type","value":"on"}],
  22. "settings_commands":
  23. [{"name":"commands_read","value":"on"},{"name":"commands_write","value":"on"},{"name":"commands_comment","value":"on"},{"name":"commands_attribution","value":"on"},{"name":"commands_functioncall","value":"on"},{"name":"commands_iftrue","value":"on"},{"name":"commands_repeatNtimes","value":"on"},{"name":"commands_while","value":"on"},{"name":"commands_dowhile","value":"on"},{"name":"commands_switch","value":"on"}],
  24. "settings_functions":
  25. [{"name":"functions_creation","value":"on"},{"name":"functions_move","value":"on"}] }