提出 #44596912
ソースコード 拡げる
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; }
提出情報
提出日時 | |
---|---|
問題 | A - To Be Saikyo |
ユーザ | Tomii9273 |
言語 | C++ (GCC 9.2.1) |
得点 | 0 |
コード長 | 246 Byte |
結果 | RE |
実行時間 | 111 ms |
メモリ | 3648 KB |
ジャッジ結果
セット名 | Sample | All | ||||
---|---|---|---|---|---|---|
得点 / 配点 | 0 / 0 | 0 / 100 | ||||
結果 |
|
|
セット名 | テストケース |
---|---|
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 |
ケース名 | 結果 | 実行時間 | メモリ |
---|---|---|---|
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 |