Task: | Example Contest Task |
---|---|
Sender: | demotili |
Submission time: | 2018-10-03 13:12:51 |
Language: | C++17 |
Status: | READY |
Score: | 14 |
group | verdict | score |
---|---|---|
#1 | ACCEPTED | 14 |
#2 | WRONG ANSWER | 0 |
#3 | TIME LIMIT EXCEEDED | 0 |
#4 | RUNTIME ERROR | 0 |
#5 | MEMORY LIMIT EXCEEDED | 0 |
It's too colorful
test | verdict | time (s) | group | |
---|---|---|---|---|
#1 | ACCEPTED | 0.02 / 1.00 | 1 | details |
#2 | ACCEPTED | 0.02 / 1.00 | 1 | details |
#3 | ACCEPTED | 0.03 / 1.00 | 2 | details |
#4 | WRONG ANSWER | 0.02 / 1.00 | 2 | details |
#5 | TIME LIMIT EXCEEDED | 0.03 / 1.00 | 3 | details |
#6 | TIME LIMIT EXCEEDED | 0.02 / 1.00 | 3 | details |
#7 | RUNTIME ERROR | 0.02 / 1.00 | 4 | details |
#8 | MEMORY LIMIT EXCEEDED | 0.02 / 1.00 | 5 | details |
Code
#include <bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; cout << a+b << endl; cout << "hello world" << endl; if (a) if (b) if (c) if (...) if (pitkä rivi) for (int i = 0; i < ni; ++i) for (int j = 0; j < nj; ++j) for (int k = 0; k < nk; ++k) x; }
Test details
Test 1 (group 1)
Verdict: ACCEPTED
input |
---|
1 1 |
correct output |
2 |
user output |
2 |
Test 2 (group 1)
Verdict: ACCEPTED
input |
---|
1234 12345 |
correct output |
13579 |
user output |
13579 |
Test 4 (group 2)
Verdict: WRONG ANSWER
input |
---|
123467 123467 1324678 1324689 1324 9876 12349876 987632149876 9812349876 1349876 98349876 13248976 13248976 987613249876 13249876 98712349876 12349876 8613249876 98761324 9876 |
correct output |
π |
user output |
-1 |