摘要:
Given a big integer number, you are required to find out whether it's a prime number. Input The first line contains the number of test cases T (1 <= T 阅读全文
posted @ 2019-10-12 15:37
Ellery_lrh
阅读(94)
评论(0)
推荐(0)
摘要:
// // Name : HDU3864.cpp // Author : // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style // #include <iostream> #include <stdio.h> #include <stdlib.h> #in 阅读全文
posted @ 2019-10-12 15:23
Ellery_lrh
阅读(122)
评论(0)
推荐(0)