結果
問題 | No.687 E869120 and Constructing Array 1 |
ユーザー |
![]() |
提出日時 | 2023-06-14 16:07:44 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 79 bytes |
コンパイル時間 | 153 ms |
コンパイル使用メモリ | 26,112 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-23 00:32:39 |
合計ジャッジ時間 | 1,817 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 6 |
ソースコード
#include<stdio.h>int main() {int n;scanf("%d", &n);printf("0 %d\n",n);}