Python 3 Information 언어 번호: 28 컴파일: python3 -W ignore -c "import py_compile; py_compile.compile(r'Main.py')" 실행: python3 -W ignore Main.py 버전: Python 3.11.5 시간 제한: ×3+2 초 메모리 제한: ×2+32 MB a, b = map(int, input().split()) print(a+b)