Submission #59826645
Source Code Expand
Copy
#include<bits/stdc++.h>using namespace std;#define int long longsigned main() {ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);int n;cin >> n;map<int,int>mp;int o = 0;int t = 0;int th = 0;while(n > 0) {if(n%10 == 1) {o++;} else if(n%10 == 2) {t++;} else if(n%10 == 3) {
#include<bits/stdc++.h> using namespace std; #define int long long signed main() { ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); int n; cin >> n; map<int,int>mp; int o = 0; int t = 0; int th = 0; while(n > 0) { if(n%10 == 1) { o++; } else if(n%10 == 2) { t++; } else if(n%10 == 3) { th++; } n/=10; } if(o == 1 && t == 2 && th == 3) { cout << "Yes\n"; } else { cout << "No\n"; } }
Submission Info
Submission Time | |
---|---|
Task | A - 123233 |
User | benzyl |
Language | C++ 20 (gcc 12.2) |
Score | 100 |
Code Size | 481 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 3596 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample_01.txt, sample_02.txt, sample_03.txt, sample_04.txt |
All | hand_01.txt, hand_02.txt, hand_03.txt, sample_01.txt, sample_02.txt, sample_03.txt, sample_04.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt, test_13.txt, test_14.txt, test_15.txt, test_16.txt, test_17.txt, test_18.txt, test_19.txt, test_20.txt, test_21.txt, test_22.txt, test_23.txt, test_24.txt, test_25.txt, test_26.txt, test_27.txt, test_28.txt, test_29.txt, test_30.txt, test_31.txt, test_32.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
hand_01.txt | AC | 1 ms | 3524 KB |
hand_02.txt | AC | 1 ms | 3468 KB |
hand_03.txt | AC | 1 ms | 3472 KB |
sample_01.txt | AC | 1 ms | 3476 KB |
sample_02.txt | AC | 1 ms | 3512 KB |
sample_03.txt | AC | 1 ms | 3392 KB |
sample_04.txt | AC | 1 ms | 3520 KB |
test_01.txt | AC | 1 ms | 3452 KB |
test_02.txt | AC | 1 ms | 3388 KB |
test_03.txt | AC | 1 ms | 3528 KB |
test_04.txt | AC | 1 ms | 3416 KB |
test_05.txt | AC | 1 ms | 3412 KB |
test_06.txt | AC | 1 ms | 3320 KB |
test_07.txt | AC | 1 ms | 3436 KB |
test_08.txt | AC | 1 ms | 3276 KB |
test_09.txt | AC | 1 ms | 3316 KB |
test_10.txt | AC | 1 ms | 3472 KB |
test_11.txt | AC | 1 ms | 3460 KB |
test_12.txt | AC | 1 ms | 3480 KB |
test_13.txt | AC | 1 ms | 3428 KB |
test_14.txt | AC | 1 ms | 3504 KB |
test_15.txt | AC | 1 ms | 3480 KB |
test_16.txt | AC | 1 ms | 3512 KB |
test_17.txt | AC | 1 ms | 3460 KB |
test_18.txt | AC | 1 ms | 3472 KB |
test_19.txt | AC | 1 ms | 3476 KB |
test_20.txt | AC | 1 ms | 3464 KB |
test_21.txt | AC | 1 ms | 3440 KB |
test_22.txt | AC | 1 ms | 3416 KB |
test_23.txt | AC | 1 ms | 3456 KB |
test_24.txt | AC | 1 ms | 3320 KB |
test_25.txt | AC | 1 ms | 3480 KB |
test_26.txt | AC | 1 ms | 3392 KB |
test_27.txt | AC | 1 ms | 3468 KB |
test_28.txt | AC | 1 ms | 3452 KB |
test_29.txt | AC | 1 ms | 3448 KB |
test_30.txt | AC | 1 ms | 3452 KB |
test_31.txt | AC | 1 ms | 3596 KB |
test_32.txt | AC | 1 ms | 3424 KB |