ap数(反素数)
This commit is contained in:
parent
7e94ecda9a
commit
b124bbd30a
3
2761_apnum_large/Readme.md
Normal file
3
2761_apnum_large/Readme.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 标题
|
||||
|
||||
* 内容
|
1
2761_apnum_large/doc/Readme.md
Normal file
1
2761_apnum_large/doc/Readme.md
Normal file
@ -0,0 +1 @@
|
||||
#
|
BIN
2761_apnum_large/doc/ap数(大数据量).pdf
Normal file
BIN
2761_apnum_large/doc/ap数(大数据量).pdf
Normal file
Binary file not shown.
12
2761_apnum_large/main.cpp
Normal file
12
2761_apnum_large/main.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
void doit(int n){
|
||||
|
||||
}
|
||||
int main()
|
||||
{
|
||||
int n;
|
||||
while(cin>>n){
|
||||
doit(n);
|
||||
}
|
||||
}
|
BIN
2761_apnum_large/main.exe
Normal file
BIN
2761_apnum_large/main.exe
Normal file
Binary file not shown.
0
2761_apnum_large/test/in.txt
Normal file
0
2761_apnum_large/test/in.txt
Normal file
0
2761_apnum_large/test/in2.txt
Normal file
0
2761_apnum_large/test/in2.txt
Normal file
0
2761_apnum_large/test/in3.txt
Normal file
0
2761_apnum_large/test/in3.txt
Normal file
7
2761_apnum_large/test/out.txt
Normal file
7
2761_apnum_large/test/out.txt
Normal file
@ -0,0 +1,7 @@
|
||||
## z:\Chao\src\Template\test\in.txt
|
||||
2020/03/14 ÖÜÁù 11:41:28.68
|
||||
Hello Easy C++ project!
|
||||
|
||||
-----------------------------------------------
|
||||
Process exited after 200 ms with return value 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user