考试格式
This commit is contained in:
parent
3efe13b1a7
commit
362db2afe0
3
Template test/Readme.md
Normal file
3
Template test/Readme.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 标题
|
||||
|
||||
* 内容
|
1
Template test/doc/Readme.md
Normal file
1
Template test/doc/Readme.md
Normal file
@ -0,0 +1 @@
|
||||
#
|
BIN
Template test/doc/格式.png
Normal file
BIN
Template test/doc/格式.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
14
Template test/main.cpp
Normal file
14
Template test/main.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include <iostream>
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
freopen("a.in","r",stdin);
|
||||
freopen("a.out","w",stdout);
|
||||
int x;
|
||||
scanf("%d",&x);
|
||||
printf("%d",x);
|
||||
fclose(stdin);
|
||||
fclose(stdout);
|
||||
return 0;
|
||||
}
|
BIN
Template test/main.exe
Normal file
BIN
Template test/main.exe
Normal file
Binary file not shown.
0
Template test/test/in.txt
Normal file
0
Template test/test/in.txt
Normal file
0
Template test/test/in2.txt
Normal file
0
Template test/test/in2.txt
Normal file
0
Template test/test/in3.txt
Normal file
0
Template test/test/in3.txt
Normal file
7
Template test/test/out.txt
Normal file
7
Template test/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