Task: | Tietoverkko |
Sender: | Waba |
Submission time: | 2021-10-11 18:20:25 +0300 |
Language: | Python3 (PyPy3) |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | RUNTIME ERROR | 0 |
#2 | RUNTIME ERROR | 0 |
#3 | RUNTIME ERROR | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | RUNTIME ERROR | 0.07 s | 1, 2, 3 | details |
#2 | RUNTIME ERROR | 0.07 s | 2, 3 | details |
#3 | RUNTIME ERROR | 0.07 s | 3 | details |
Code
{\rtf1\ansi\ansicpg1252\cocoartf2580 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 import networkx as nx\ n = input()\ for i in range (n-1):\ a, b, c = input()\ \ print(12)}
Test details
Test 1
Group: 1, 2, 3
Verdict: RUNTIME ERROR
input |
---|
100 1 2 74 1 3 100 2 4 50 3 5 40 ... |
correct output |
---|
88687 |
user output |
---|
(empty) |
Error:
File "input/code.py", line 1 {\rtf1\ansi\ansicpg1252\cocoartf2580 ^ SyntaxError...
Test 2
Group: 2, 3
Verdict: RUNTIME ERROR
input |
---|
5000 1 2 613084013 1 3 832364259 2 4 411999902 3 5 989696303 ... |
correct output |
---|
1103702320243776 |
user output |
---|
(empty) |
Error:
File "input/code.py", line 1 {\rtf1\ansi\ansicpg1252\cocoartf2580 ^ SyntaxError...
Test 3
Group: 3
Verdict: RUNTIME ERROR
input |
---|
200000 1 2 613084013 1 3 832364259 2 4 411999902 3 5 989696303 ... |
correct output |
---|
1080549209850010931 |
user output |
---|
(empty) |
Error:
File "input/code.py", line 1 {\rtf1\ansi\ansicpg1252\cocoartf2580 ^ SyntaxError...