提出 #44596547


ソースコード 拡げる

#include <bits/stdc++.h>

using namespace std;

int main()
{
  int n;
  cin >> n;

  string a = "aa", b = "bb";
  for (int i = 0; i < pow(10, 7) * 12; i++)
  {
    a += b;
  }
  cout << a;
  
  while(true){}
}

提出情報

提出日時
問題 A - To Be Saikyo
ユーザ Tomii9273
言語 C++ (GCC 9.2.1)
得点 0
コード長 228 Byte
結果 OLE
実行時間 1269 ms
メモリ 370224 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 0 / 100
結果
OLE × 3
OLE × 15
セット名 テストケース
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 OLE 1241 ms 370140 KiB
00_sample_01.txt OLE 1229 ms 370192 KiB
00_sample_02.txt OLE 1231 ms 370192 KiB
01_random_00.txt OLE 1182 ms 370144 KiB
01_random_01.txt OLE 1233 ms 370168 KiB
01_random_02.txt OLE 1186 ms 370128 KiB
01_random_03.txt OLE 1194 ms 370108 KiB
01_random_04.txt OLE 1208 ms 370156 KiB
01_random_05.txt OLE 1206 ms 370160 KiB
01_random_06.txt OLE 1241 ms 370196 KiB
01_random_07.txt OLE 1269 ms 370112 KiB
01_random_08.txt OLE 1235 ms 370132 KiB
02_handmade_00.txt OLE 1230 ms 370224 KiB
02_handmade_01.txt OLE 1222 ms 370140 KiB
02_handmade_02.txt OLE 1230 ms 370208 KiB