考试格式

This commit is contained in:
James 2020-04-27 11:45:26 +08:00
parent 3efe13b1a7
commit 362db2afe0
9 changed files with 25 additions and 0 deletions

3
Template test/Readme.md Normal file
View File

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

View File

@ -0,0 +1 @@
#

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

14
Template test/main.cpp Normal file
View 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

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