結果
問題 |
No.8114 Prime Checker+1
|
ユーザー |
|
提出日時 | 2025-02-22 00:19:06 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 218 bytes |
コンパイル時間 | 3,454 ms |
コンパイル使用メモリ | 274,840 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2025-02-22 00:19:13 |
合計ジャッジ時間 | 5,517 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 25 WA * 5 |
ソースコード
#include<bits/stdc++.h> using namespace std; #define ll long long //メイン int main(){ string n; cin>>n; if((n.back()-'0')%2==0){ cout<<0<<endl<<"No"<<endl; }else{ cout<<1<<endl<<"No"<<endl; } return 0; }