Submission #11163705
Source Code Expand
#include <iostream>
#include <algorithm>
using namespace std;
int main(){
int A,B;
cin >> A;
cin >> B;
cout << 6 - A - B << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Round One |
| User | sikeking |
| Language | C++14 (GCC 5.4.1) |
| Score | 100 |
| Code Size | 161 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 256 KiB |
Judge Result
| Set Name | Sample | Subtask1 | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| Subtask1 | sample_01.txt, sample_02.txt, sub1_01.txt, sub1_02.txt, sub1_03.txt, sub1_04.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| sample_01.txt | AC | 1 ms | 256 KiB |
| sample_02.txt | AC | 1 ms | 256 KiB |
| sub1_01.txt | AC | 1 ms | 256 KiB |
| sub1_02.txt | AC | 1 ms | 256 KiB |
| sub1_03.txt | AC | 1 ms | 256 KiB |
| sub1_04.txt | AC | 1 ms | 256 KiB |