Submission #25022034
Source Code Expand
Copy
#include <bits/stdc++.h>using namespace std;int main() {int n;cin >> n;if ( n<=125 ) {cout << 4 << endl;} else if ( n<=211 ) {cout << 6 << endl;} else {cout << 8 << endl;}}
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; if ( n<=125 ) { cout << 4 << endl; } else if ( n<=211 ) { cout << 6 << endl; } else { cout << 8 << endl; } }
Submission Info
Submission Time | |
---|---|
Task | A - New Generation ABC |
User | RoadLynton27 |
Language | C++ (GCC 9.2.1) |
Score | 100 |
Code Size | 227 Byte |
Status | AC |
Exec Time | 7 ms |
Memory | 3632 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | example_00.txt, example_01.txt, example_02.txt |
All | example_00.txt, example_01.txt, example_02.txt, test_0.txt, test_1.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
example_00.txt | AC | 7 ms | 3564 KB |
example_01.txt | AC | 2 ms | 3588 KB |
example_02.txt | AC | 2 ms | 3520 KB |
test_0.txt | AC | 2 ms | 3620 KB |
test_1.txt | AC | 2 ms | 3632 KB |
test_2.txt | AC | 2 ms | 3404 KB |
test_3.txt | AC | 3 ms | 3520 KB |
test_4.txt | AC | 2 ms | 3520 KB |
test_5.txt | AC | 2 ms | 3404 KB |