結果
問題 |
No.1256 連続整数列
|
ユーザー |
|
提出日時 | 2021-08-25 06:15:25 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 116 bytes |
コンパイル時間 | 1,585 ms |
コンパイル使用メモリ | 165,744 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-15 21:29:49 |
合計ジャッジ時間 | 2,450 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 12 WA * 14 |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<(a%3?"NO":"YES")<<endl; }