123456789101112131415161718192021222324252627282930313233 |
- {
- "testcases" : [
- {
- "input": ["2", "2"],
- "output": ["4"]
- },
- {
- "input": ["1", "10"],
- "output": ["11"]
- },
- {
- "input": ["5", "5"],
- "output": ["10"]
- },
- {
- "input": ["100", "350"],
- "output": ["450"]
- },
- {
- "input": ["10", "-10"],
- "output": ["0"]
- },
- {
- "input": ["-3", "4"],
- "output": ["1"]
- }
- ] ,
- "settings_data_types":
- [{"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"}],
- "settings_commands":
- [{"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"}],
- "settings_functions":
- [{"name":"functions_creation","value":"on"},{"name":"functions_move","value":"on"}] }
|