Submission #76812706
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
int main() {
float a,b;
cin >> a >> b;
a = a/16;
b = b/9;
cout << (a==b ? "Yes" : "No") << "\n";
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 16:9 |
| User | Kane218 |
| Language | C++23 (GCC 15.2.0) |
| Score | 100 |
| Code Size | 166 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3748 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt |
| All | 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt, 01_yes_01.txt, 01_yes_02.txt, 01_yes_03.txt, 02_no_01.txt, 02_no_02.txt, 02_no_03.txt, 03_reversed_01.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_sample_01.txt | AC | 1 ms | 3744 KiB |
| 00_sample_02.txt | AC | 1 ms | 3616 KiB |
| 00_sample_03.txt | AC | 1 ms | 3736 KiB |
| 01_yes_01.txt | AC | 1 ms | 3616 KiB |
| 01_yes_02.txt | AC | 1 ms | 3732 KiB |
| 01_yes_03.txt | AC | 1 ms | 3748 KiB |
| 02_no_01.txt | AC | 1 ms | 3708 KiB |
| 02_no_02.txt | AC | 1 ms | 3636 KiB |
| 02_no_03.txt | AC | 1 ms | 3620 KiB |
| 03_reversed_01.txt | AC | 1 ms | 3696 KiB |