Task: | Crne |
Sender: | henrikaalto |
Submission time: | 2019-07-29 16:18:02 +0300 |
Language: | C++ (C++17) |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
test | verdict | time | |
---|---|---|---|
#1 | WRONG ANSWER | 0.01 s | details |
#2 | WRONG ANSWER | 0.01 s | details |
#3 | WRONG ANSWER | 0.01 s | details |
#4 | WRONG ANSWER | 0.01 s | details |
#5 | WRONG ANSWER | 0.01 s | details |
Code
#include<bits/stdc++.h> using namespace std; #define all(x) x.begin(), x.end() using ii=long long; int main() { int n; cin >> n; }
Test details
Test 1
Verdict: WRONG ANSWER
input |
---|
2 |
correct output |
---|
4 |
user output |
---|
(empty) |
Test 2
Verdict: WRONG ANSWER
input |
---|
5 |
correct output |
---|
12 |
user output |
---|
(empty) |
Test 3
Verdict: WRONG ANSWER
input |
---|
10 |
correct output |
---|
36 |
user output |
---|
(empty) |
Test 4
Verdict: WRONG ANSWER
input |
---|
59 |
correct output |
---|
930 |
user output |
---|
(empty) |
Test 5
Verdict: WRONG ANSWER
input |
---|
100 |
correct output |
---|
2601 |
user output |
---|
(empty) |