当前位置:网站首页>Nanny level problem setting tutorial
Nanny level problem setting tutorial
2022-07-06 11:25:00 【%xiao Q】
There is a problem with the built-in recording screen ( You cannot record on separate screens ), Feature blog supplement , Video with blog , Better use
First step
After entering the backstage , Need to find Create Problem, Then point in
The second step
Then go back to the question recording interface
This is the question number , Be sure to fill in , And in the order of the question bank , It is also said in the video here
This is the title
This is the title description
This is the input description
This is the output description
This is the time limit and memory limit, and it is still difficult , The difficulty can be given according to the difficulty of the topic
This is the language chosen , It is suggested to select all
It's important , What kind of questions , Just give it a label
The following language restrictions , It is also recommended to choose all , You need to pay special attention here , Namely c and c ++ I have to delete something , Delete the same as above , Otherwise, you will report grammatical errors when doing questions
Here is the upload test point , The format is zip
The third step
Then there is the problem of making and testing pilot , Here you can use c Language file read in and output
// Sample generation
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <time.h>
const int N = 1e9, M = 1e4;
int main()
{
FILE *fp;
fp = fopen("1.in", "w"); // Generate multiple , Just change the prefix every time
srand((unsigned)time(0));
// In the middle, write the code of the data you want to generate
fclose(fp);
return 0;
}
// Output the answer to a file
#include <bits/stdc++.h>
using namespace std;
const int N = 1000010;
int a[N];
int main()
{
FILE *fp1, *fp2;
fp1 = fopen("2.in", "r");
fp2 = fopen("2.out", "w");
// It's about Ac Code
// from fp1 Read in , Output the answer to fp2 in ,
fclose(fp1); fclose(fp2);
return 0;
}
After writing this code , You just need to change the file name , Want to make 10 individual , Just change 10 Time , function 10 Time , Very fast
The first 4 Step
Finally, the file you generated will appear in the folder
Then compress them zip Upload the format
Finally, don't forget save
边栏推荐
- LeetCode #461 汉明距离
- Codeforces Round #753 (Div. 3)
- Codeforces Round #771 (Div. 2)
- L2-007 家庭房产 (25 分)
- Software testing and quality learning notes 3 -- white box testing
- How to set up voice recognition on the computer with shortcut keys
- QT creator shape
- MTCNN人脸检测
- QT creator specifies dependencies
- [number theory] divisor
猜你喜欢
Face recognition_ recognition
Valentine's Day flirting with girls to force a small way, one can learn
Cookie setting three-day secret free login (run tutorial)
QT creator shape
[蓝桥杯2017初赛]方格分割
QT creator design user interface
Deoldify project problem - omp:error 15:initializing libiomp5md dll,but found libiomp5md. dll already initialized.
MySQL与c语言连接(vs2019版)
Dotnet replaces asp Net core's underlying communication is the IPC Library of named pipes
One click extraction of tables in PDF
随机推荐
Image recognition - pyteseract TesseractNotFoundError: tesseract is not installed or it‘s not in your path
Machine learning notes week02 convolutional neural network
牛客Novice月赛40
[ahoi2009]chess Chinese chess - combination number optimization shape pressure DP
error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_s instead
图片上色项目 —— Deoldify
What does BSP mean
Ansible practical Series III_ Task common commands
[recommended by bloggers] C # generate a good-looking QR code (with source code)
Introduction and use of automatic machine learning framework (flaml, H2O)
MySQL completely uninstalled (windows, MAC, Linux)
Aborted connection 1055898 to db:
Face recognition_ recognition
The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt
解决安装Failed building wheel for pillow
數據庫高級學習筆記--SQL語句
vs2019 第一个MFC应用程序
使用lambda在循环中传参时,参数总为同一个值
Software I2C based on Hal Library