結果
問題 |
No.5001 排他的論理和でランニング
|
ユーザー |
![]() |
提出日時 | 2020-03-08 21:42:57 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 124 bytes |
コンパイル時間 | 103 ms |
実行使用メモリ | 7,480 KB |
スコア | 0 |
最終ジャッジ日時 | 2020-03-12 21:16:25 |
ジャッジサーバーID (参考情報) |
judge8 / |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 50 |
ソースコード
#include<stdio.h> #include<string.h> #include<stdlib.h> static int a[200005],b[200005]; int main(void){ printf("1\n"); }