当前位置:网站首页>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
边栏推荐
- C语言读取BMP文件
- Learning question 1:127.0.0.1 refused our visit
- Codeforces Round #753 (Div. 3)
- QT creator test
- QT creator support platform
- [Thesis Writing] how to write function description of jsp online examination system
- 自动机器学习框架介绍与使用(flaml、h2o)
- Dotnet replaces asp Net core's underlying communication is the IPC Library of named pipes
- 连接MySQL数据库出现错误:2059 - authentication plugin ‘caching_sha2_password‘的解决方法
- 02-项目实战之后台员工信息管理
猜你喜欢
![[number theory] divisor](/img/ec/036d7e76cc566c08d336444f2898e1.jpg)
[number theory] divisor

Valentine's Day flirting with girls to force a small way, one can learn

Learning question 1:127.0.0.1 refused our visit

Detailed reading of stereo r-cnn paper -- Experiment: detailed explanation and result analysis

Picture coloring project - deoldify

Rhcsa certification exam exercise (configured on the first host)

人脸识别 face_recognition

Did you forget to register or load this tag 报错解决方法

Solve the problem of installing failed building wheel for pilot

解决安装Failed building wheel for pillow
随机推荐
[Thesis Writing] how to write function description of jsp online examination system
What does usart1 mean
In the era of DFI dividends, can TGP become a new benchmark for future DFI?
02-项目实战之后台员工信息管理
[蓝桥杯2020初赛] 平面切分
Pytorch基础
[recommended by bloggers] C MVC list realizes the function of adding, deleting, modifying, checking, importing and exporting curves (with source code)
Django running error: error loading mysqldb module solution
The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
数据库高级学习笔记--SQL语句
牛客Novice月赛40
Some notes of MySQL
Valentine's Day flirting with girls to force a small way, one can learn
机器学习--人口普查数据分析
Error connecting to MySQL database: 2059 - authentication plugin 'caching_ sha2_ The solution of 'password'
[AGC009D]Uninity
Punctual atom stm32f103zet6 download serial port pin
Principes JDBC
QT creator design user interface
Attention apply personal understanding to images