結果
問題 |
No.809 かけ算
|
ユーザー |
![]() |
提出日時 | 2020-04-06 15:42:24 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 91 bytes |
コンパイル時間 | 490 ms |
コンパイル使用メモリ | 62,044 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-06 11:22:15 |
合計ジャッジ時間 | 1,504 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 |
other | WA * 6 |
ソースコード
#include <iostream> int main(){ int a; std::cin >> a; std::cout << "1" << a; }