結果
問題 | No.1264 010 |
ユーザー |
|
提出日時 | 2020-10-24 01:08:36 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 157 bytes |
コンパイル時間 | 913 ms |
コンパイル使用メモリ | 66,128 KB |
最終ジャッジ日時 | 2025-01-15 14:48:51 |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 9 |
ソースコード
#include<iostream>#include<string>using namespace std;int main(){int n;cin >> n;string s(n+2,0);s[1] = '1';cout << s << endl;}