exemplo_2_imprimir_quadrado.ivph 433 B

12345678910111213141516171819202122232425
  1. {
  2. "testcases" : [
  3. {
  4. "input": ["2"],
  5. "output": ["4"]
  6. },
  7. {
  8. "input": ["-10"],
  9. "output": ["100"]
  10. },
  11. {
  12. "input": ["25"],
  13. "output": ["625"]
  14. },
  15. {
  16. "input": ["-40"],
  17. "output": ["1600"]
  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. [] }