結果

問題 No.8023 素数判定するだけ
ユーザー azarashi0002azarashi0002
提出日時 2020-08-09 08:01:43
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 3 ms / 1,000 ms
コード長 426 bytes
コンパイル時間 846 ms
コンパイル使用メモリ 78,044 KB
最終ジャッジ日時 2025-01-12 19:20:16
ジャッジサーバーID
(参考情報)
judge5 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<cmath>
using namespace std;
int main() {
	int N;
	cin >> N;
	if (N == minus<>()('b', 'a')) {
		cout << "NO" << endl;
	}
	else {
		bool f = true;
		for (int i = minus<>()('c', 'a'); i < N; i = plus<>()(i, minus<>()('b', 'a'))) {
			if (!fmod(N, i)) {
				f = false;
				break;
			}
		}
		if (f) {
			cout << "YES" << endl;;
		}
		else {
			cout << "NO" << endl;
		}
	}
	return minus<>()('a', 'a');
}
0