Submission #1039651
Source Code Expand
#include <stdio.h>
#include <bits/stdtr1c++.h>
#define clr(ar) memset(ar, 0, sizeof(ar))
#define read() freopen("lol.txt", "r", stdin)
#define dbg(x) cout << #x << " = " << x << endl
#define ran(a, b) ((((rand() << 15) ^ rand()) % ((b) - (a) + 1)) + (a))
using namespace std;
const char isolt[] = "ISOLT";
int main(){
srand(time(0));
printf("%c\n", isolt[rand() % 5]);
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | I - ISOLT |
| User | sgtlaugh |
| Language | C++14 (GCC 5.4.1) |
| Score | 0 |
| Code Size | 414 Byte |
| Status | WA |
| Exec Time | 3 ms |
| Memory | 384 KiB |
Judge Result
| Set Name | sample | dataset1 | dataset2 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 15 | 0 / 85 | ||||||||||||
| Status |
|
|
|
| Set Name | Test Cases |
|---|---|
| sample | sample-01.txt, sample-02.txt, sample-03.txt, sample-04.txt |
| dataset1 | sample-01.txt, sample-02.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, 01-15.txt, 01-16.txt, 01-17.txt, 01-18.txt |
| dataset2 | sample-01.txt, sample-02.txt, sample-03.txt, sample-04.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 01-09.txt, 01-10.txt, 01-11.txt, 01-12.txt, 01-13.txt, 01-14.txt, 01-15.txt, 01-16.txt, 01-17.txt, 01-18.txt, 02-01.txt, 02-02.txt, 02-03.txt, 02-04.txt, 02-05.txt, 02-06.txt, 02-07.txt, 02-08.txt, 02-09.txt, 02-10.txt, 02-11.txt, 02-12.txt, 02-13.txt, 02-14.txt, 02-15.txt, 02-16.txt, 02-17.txt, 02-18.txt, 02-19.txt, 02-20.txt, 02-21.txt, 02-22.txt, 02-23.txt, 02-24.txt, 02-25.txt, 02-26.txt, 02-27.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01-01.txt | WA | 2 ms | 256 KiB |
| 01-02.txt | WA | 3 ms | 256 KiB |
| 01-03.txt | WA | 2 ms | 256 KiB |
| 01-04.txt | WA | 2 ms | 256 KiB |
| 01-05.txt | WA | 3 ms | 256 KiB |
| 01-06.txt | WA | 3 ms | 256 KiB |
| 01-07.txt | AC | 2 ms | 256 KiB |
| 01-08.txt | WA | 3 ms | 256 KiB |
| 01-09.txt | AC | 3 ms | 256 KiB |
| 01-10.txt | AC | 3 ms | 256 KiB |
| 01-11.txt | WA | 2 ms | 256 KiB |
| 01-12.txt | WA | 2 ms | 256 KiB |
| 01-13.txt | WA | 2 ms | 256 KiB |
| 01-14.txt | WA | 3 ms | 256 KiB |
| 01-15.txt | WA | 3 ms | 256 KiB |
| 01-16.txt | WA | 2 ms | 256 KiB |
| 01-17.txt | AC | 3 ms | 384 KiB |
| 01-18.txt | WA | 2 ms | 256 KiB |
| 02-01.txt | WA | 3 ms | 256 KiB |
| 02-02.txt | WA | 2 ms | 256 KiB |
| 02-03.txt | AC | 2 ms | 256 KiB |
| 02-04.txt | WA | 3 ms | 256 KiB |
| 02-05.txt | WA | 2 ms | 256 KiB |
| 02-06.txt | WA | 3 ms | 256 KiB |
| 02-07.txt | WA | 3 ms | 256 KiB |
| 02-08.txt | WA | 3 ms | 256 KiB |
| 02-09.txt | AC | 3 ms | 256 KiB |
| 02-10.txt | WA | 3 ms | 256 KiB |
| 02-11.txt | WA | 2 ms | 256 KiB |
| 02-12.txt | AC | 3 ms | 256 KiB |
| 02-13.txt | WA | 2 ms | 256 KiB |
| 02-14.txt | WA | 3 ms | 256 KiB |
| 02-15.txt | WA | 2 ms | 256 KiB |
| 02-16.txt | WA | 2 ms | 256 KiB |
| 02-17.txt | AC | 3 ms | 256 KiB |
| 02-18.txt | WA | 3 ms | 256 KiB |
| 02-19.txt | WA | 2 ms | 256 KiB |
| 02-20.txt | WA | 3 ms | 256 KiB |
| 02-21.txt | WA | 2 ms | 256 KiB |
| 02-22.txt | WA | 3 ms | 256 KiB |
| 02-23.txt | WA | 3 ms | 256 KiB |
| 02-24.txt | WA | 2 ms | 256 KiB |
| 02-25.txt | WA | 3 ms | 256 KiB |
| 02-26.txt | WA | 3 ms | 256 KiB |
| 02-27.txt | AC | 3 ms | 256 KiB |
| sample-01.txt | AC | 3 ms | 256 KiB |
| sample-02.txt | WA | 3 ms | 256 KiB |
| sample-03.txt | WA | 2 ms | 256 KiB |
| sample-04.txt | WA | 3 ms | 256 KiB |