結果
問題 | No.1841 Long Long |
ユーザー |
![]() |
提出日時 | 2022-08-16 18:16:27 |
言語 | C++11 (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 1,429 ms |
コンパイル使用メモリ | 156,752 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-03 09:43:28 |
合計ジャッジ時間 | 2,003 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 15 |
ソースコード
#include <bits/stdc++.h>using namespace std;int main() {int a;cin >> a;for(int i=0; i<a; i++){cout << "long";}}