考试格式
This commit is contained in:
parent
3efe13b1a7
commit
362db2afe0
|
@ -0,0 +1,3 @@
|
|||
# 标题
|
||||
|
||||
* 内容
|
|
@ -0,0 +1 @@
|
|||
#
|
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -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;
|
||||
}
|
Binary file not shown.
|
@ -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…
Reference in New Issue