Submission details
Task:Backpacking
Sender:aalto26am_017
Submission time:2026-08-31 16:44:57 +0300
Language:Python3 (PyPy3)
Status:READY
Result:
Test results
testverdicttime
#10.07 sdetails
#20.07 sdetails
#30.07 sdetails
#40.07 sdetails

Code

{
  "metadata": {
    "kernelspec": {
      "name": "xpython",
      "display_name": "Python 3.13 (XPython)",
      "language": "python"
    },
    "language_info": {
      "codemirror_mode": {
        "name": "ipython",
        "version": 3
      },
      "file_extension": ".py",
      "mimetype": "text/x-python",
      "name": "python",
      "nbconvert_exporter": "python",
      "pygments_lexer": "ipython3",
      "version": "3.13.1"
    }
  },
  "nbformat_minor": 5,
  "nbformat": 4,
  "cells": [
    {
      "id": "034e01b1-1ca8-44ac-a80e-ac4fe4864b58",
      "cell_type": "code",
      "source": "print(\"Input two integers(a b): \")\na, b = map(int, input().split(\" \"))\nprint(str(a+b))",
      "metadata": {
        "trusted": true
      },
      "outputs": [
        {
          "name": "stdout",
          "output_type": "stream",
          "text": "Input two integers(a b): \n"
        },
        {
          "output_type": "stream",
          "name": "stdin",
          "text": " 3 5\n"
        },
        {
          "name": "stdout",
          "output_type": "stream",
          "text": "8\n"
        }
      ],
      "execution_count": 1
    },
    {
      "id": "3121202b-16ae-4eef-9188-2c13fc1d4921",
      "cell_type": "code",
      "source": "",
      "metadata": {
        "trusted": true
      },
      "outputs": [],
      "execution_count": null
    },
    {
      "id": "a1416507-8027-4f53-9621-d27edc40248e",
      "cell_type": "code",
      "source": "",
      "metadata": {
        "trusted": true
      },
      "outputs": [],
      "execution_count": null
    }
  ]
}

Test details

Test 1

Verdict:

input
3 5

correct output
8

user output
(empty)

Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 29, in <module>
    "trusted": true
NameError: name 'true' is not defined. Did you mean: True?

Test 2

Verdict:

input
571335 750047

correct output
1321382

user output
(empty)

Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 29, in <module>
    "trusted": true
NameError: name 'true' is not defined. Did you mean: True?

Test 3

Verdict:

input
744471 719178

correct output
1463649

user output
(empty)

Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 29, in <module>
    "trusted": true
NameError: name 'true' is not defined. Did you mean: True?

Test 4

Verdict:

input
308833 436123

correct output
744956

user output
(empty)

Error:
Traceback (most recent call last):
  File "/box/input/code.py", line 29, in <module>
    "trusted": true
NameError: name 'true' is not defined. Did you mean: True?