Submission #44596912
Source Code Expand
Copy
#include <bits/stdc++.h>using namespace std;int main(){int n;cin >> n;vector<int> A(1, 1);A.at(10);string a = "aa", b = "bb";for (int i = 0; i < pow(10, 7) * 12; i++){a += b;}cout << a;}
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; vector<int> A(1, 1); A.at(10); string a = "aa", b = "bb"; for (int i = 0; i < pow(10, 7) * 12; i++) { a += b; } cout << a; }
Submission Info
Submission Time | |
---|---|
Task | A - To Be Saikyo |
User | Tomii9273 |
Language | C++ (GCC 9.2.1) |
Score | 0 |
Code Size | 246 Byte |
Status | RE |
Exec Time | 111 ms |
Memory | 3648 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 0 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 02_handmade_00.txt, 02_handmade_01.txt, 02_handmade_02.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | RE | 111 ms | 3476 KB |
00_sample_01.txt | RE | 104 ms | 3444 KB |
00_sample_02.txt | RE | 103 ms | 3492 KB |
01_random_00.txt | RE | 104 ms | 3468 KB |
01_random_01.txt | RE | 103 ms | 3596 KB |
01_random_02.txt | RE | 104 ms | 3440 KB |
01_random_03.txt | RE | 104 ms | 3496 KB |
01_random_04.txt | RE | 105 ms | 3456 KB |
01_random_05.txt | RE | 105 ms | 3396 KB |
01_random_06.txt | RE | 104 ms | 3648 KB |
01_random_07.txt | RE | 104 ms | 3464 KB |
01_random_08.txt | RE | 104 ms | 3500 KB |
02_handmade_00.txt | RE | 104 ms | 3460 KB |
02_handmade_01.txt | RE | 107 ms | 3596 KB |
02_handmade_02.txt | RE | 106 ms | 3464 KB |