import examples.python.hello_world
def main():
print(examples.python.hello_world.get_hello_world())
if __name__ == '__main__':
main()
| Env | Name | Status | Elapsed | Memory |
|---|---|---|---|---|
| array in object | judge_data |
|
21 ms | 10 MB |
| str in object | judge_data |
|
19 ms | 10 MB |
| array only in object | judge_data |
|
20 ms | 10 MB |
| array | judge_data |
|
19 ms | 10 MB |
| str | judge_data |
|
19 ms | 10 MB |