Submission #6806100
Source Code Expand
Copy
#include<bits/stdc++.h> using namespace std; const int N = 2e5 + 5; int main(){ int k, x; cin >> k >> x; for (int i = max(-1000000, x - 2); i <= min(1000000, x + 2); i++) cout << i <<' ' ; return 0; }
Submission Info
Submission Time | |
---|---|
Task | B - One Clue |
User | Bohoty |
Language | C++14 (GCC 5.4.1) |
Score | 0 |
Code Size | 223 Byte |
Status | WA |
Exec Time | 1 ms |
Memory | 256 KB |
Judge Result
Set Name | Sample | All | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 200 | ||||||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | a01, a02, a03 |
All | a01, a02, a03, b04, b05, b06, b07, b08, b09, b10, b11, b12, b13 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
a01 | AC | 1 ms | 256 KB |
a02 | WA | 1 ms | 256 KB |
a03 | WA | 1 ms | 256 KB |
b04 | WA | 1 ms | 256 KB |
b05 | WA | 1 ms | 256 KB |
b06 | WA | 1 ms | 256 KB |
b07 | WA | 1 ms | 256 KB |
b08 | WA | 1 ms | 256 KB |
b09 | WA | 1 ms | 256 KB |
b10 | WA | 1 ms | 256 KB |
b11 | WA | 1 ms | 256 KB |
b12 | WA | 1 ms | 256 KB |
b13 | WA | 1 ms | 256 KB |