exerc_1_1_ler_imprimir_novo.ivph 425 B

12345678910111213141516171819202122232425
  1. {
  2. "testcases" : [
  3. {
  4. "input": ["-123"],
  5. "output": ["-123"]
  6. },
  7. {
  8. "input": ["0"],
  9. "output": ["0"]
  10. },
  11. {
  12. "input": ["123"],
  13. "output": ["123"]
  14. },
  15. {
  16. "input": ["4321"],
  17. "output": ["4321"]
  18. }
  19. ],
  20. "settings_data_types":
  21. [{"name":"integer_data_type","value":"on"}],
  22. "settings_commands":
  23. [{"name":"commands_read","value":"on"},{"name":"commands_write","value":"on"},{"name":"commands_comment","value":"on"}],
  24. "settings_functions":
  25. [] }