Task: | Alien Invasion II |
Sender: | .* |
Submission time: | 2019-05-25 11:17:41 +0300 |
Language: | C++ |
Status: | READY |
Result: | WRONG ANSWER |
test | verdict | time | |
---|---|---|---|
#1 | WRONG ANSWER | 0.03 s | details |
#2 | WRONG ANSWER | 0.02 s | details |
#3 | WRONG ANSWER | 0.02 s | details |
Code
#include <bits/stdc++.h> #define ll long long #define ld long double #define ull unsigned long long #define M 1000000007 #define N (1<<18) #define P complex<long long> #define X real() #define Y imag() using namespace std; int s; int main() { cin.tie(0); cout.tie(0); ios_base::sync_with_stdio(0); cin >> s; cout << 10 << s << endl; cout << 10 << " " << s; }
Test details
Test 1
Verdict: WRONG ANSWER
input |
---|
2368469234876449 |
correct output |
---|
22368469234876449 3 7456156411625483 |
user output |
---|
102147483647 10 2147483647 |
Test 2
Verdict: WRONG ANSWER
input |
---|
292929292929292929292929292931 |
correct output |
---|
129292929292929292929292929293... |
user output |
---|
102147483647 10 2147483647 |
Test 3
Verdict: WRONG ANSWER
input |
---|
292929292929292929292929292979 |
correct output |
---|
129292929292929292929292929297... |
user output |
---|
102147483647 10 2147483647 |