Submission #6980786
Source Code Expand
Copy
#include <bits/stdc++.h> using namespace std; int main(){ #ifdef EVAL freopen("input.txt", "r", stdin); //freopen("output.txt", "w", stdout); #endif int N; cin >> N; string S; cin >> S; if(S.size() < 3200){ cout << "red"; }else{ cout << S; } return 0; }
Submission Info
Submission Time | |
---|---|
Task | A - Red or Not |
User | zJack1342 |
Language | C++14 (GCC 5.4.1) |
Score | 0 |
Code Size | 292 Byte |
Status | WA |
Exec Time | 1 ms |
Memory | 256 KB |
Judge Result
Set Name | Sample | All | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 100 | ||||||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | a01, a02, a03 |
All | a01, a02, a03, b04, b05, b06, b07, b08, b09 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
a01 | WA | 1 ms | 256 KB |
a02 | AC | 1 ms | 256 KB |
a03 | AC | 1 ms | 256 KB |
b04 | AC | 1 ms | 256 KB |
b05 | WA | 1 ms | 256 KB |
b06 | AC | 1 ms | 256 KB |
b07 | WA | 1 ms | 256 KB |
b08 | AC | 1 ms | 256 KB |
b09 | WA | 1 ms | 256 KB |