Submission #73791


ソースコード

1
2
3
4
5
6
7
8
#include <iostream>
using namespace std;
int main(void){
cin.tie(nullptr);
ios_base::sync_with_stdio(false);
cout << "Hello!\nWelcome to Hamako Online Judge!\n";
}

ステータス

項目 データ
問題 1596 - 練習-文字列出力
ユーザー名 NASSUN_ei1906
投稿日時 2022-10-14 18:35:00
言語 C++17
状態 Accepted
得点 1
ソースコード長 183 Byte
最大実行時間 37 ms
最大メモリ使用量 604 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input.txt AC 37 ms 604 KB
1