Close ×

My Accounts

You´ not logged in.

About

P1000 A+B Problem

Overview

Judge Result Compile Error
Problem P1000 A+B Problem
Submit Time February 7, 2020, 9:54:41 PM
Language Python 3
Judger Default Judger
Used Time 0 ms
Used Memory 0 K
Execute Time February 7, 2020, 9:54:30 PM

Judge Result

Compile Error. Traceback (most recent call last): File "/usr/lib/python3.8/py_compile.py", line 144, in compile code = loader.source_to_code(source_bytes, dfile or file, File "", line 846, in source_to_code File "", line 219, in _call_with_frames_removed File "/tmp/voj-1469/XjByTSpEtrdB.py", line 1 print(3+5) ^ SyntaxError: invalid character in identifier During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/py_compile.py", line 209, in main compile(filename, doraise=True) File "/usr/lib/python3.8/py_compile.py", line 150, in compile raise py_exc __main__.PyCompileError: File "/tmp/voj-1469/XjByTSpEtrdB.py", line 1 print(3+5) ^ SyntaxError: invalid character in identifier During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/lib/python3.8/py_compile.py", line 218, in sys.exit(main()) File "/usr/lib/python3.8/py_compile.py", line 213, in main if quiet < 2: NameError: name 'quiet' is not defined Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.