ap数(反素数)

This commit is contained in:
James 2020-05-02 09:31:15 +08:00
parent 7e94ecda9a
commit b124bbd30a
9 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# 标题
* 内容

View File

@ -0,0 +1 @@
#

Binary file not shown.

12
2761_apnum_large/main.cpp Normal file
View 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

Binary file not shown.

View File

View File

View File

View 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