Submission #205362
Source Code Expand
#include <iostream>
using namespace std;
int main() {
int x = 42;
while( x <= 130000000 ) {
x *= 2;
}
cout << x << endl;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 天下一株式会社採用情報 |
| User | Takayama |
| Language | C++ (G++ 4.6.4) |
| Score | 20 |
| Code Size | 152 Byte |
| Status | AC |
| Exec Time | 83 ms |
| Memory | 1060 KiB |
Judge Result
| Set Name | All | ||
|---|---|---|---|
| Score / Max Score | 20 / 20 | ||
| Status |
|
| Set Name | Test Cases |
|---|---|
| All | answer |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| answer | AC | 83 ms | 1060 KiB |