当前位置:网站首页>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
边栏推荐
- Deoldify project problem - omp:error 15:initializing libiomp5md dll,but found libiomp5md. dll already initialized.
- Kept VRRP script, preemptive delay, VIP unicast details
- Some notes of MySQL
- Knowledge Q & A based on Apache Jena
- Basic use of redis
- Rhcsa certification exam exercise (configured on the first host)
- AcWing 1294.樱花 题解
- AcWing 1298. Solution to Cao Chong's pig raising problem
- Request object and response object analysis
- TCP/IP协议(UDP)
猜你喜欢

Face recognition_ recognition

Learn winpwn (2) -- GS protection from scratch

MySQL与c语言连接(vs2019版)

解决安装Failed building wheel for pillow

PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt

02 staff information management after the actual project

AcWing 1298.曹冲养猪 题解

double转int精度丢失问题
C语言读取BMP文件

图片上色项目 —— Deoldify
随机推荐
打开浏览器的同时会在主页外同时打开芒果TV,抖音等网站
Are you monitored by the company for sending resumes and logging in to job search websites? Deeply convinced that the product of "behavior awareness system ba" has not been retrieved on the official w
AcWing 242. A simple integer problem (tree array + difference)
Did you forget to register or load this tag 报错解决方法
Principes JDBC
MySQL completely uninstalled (windows, MAC, Linux)
Cookie setting three-day secret free login (run tutorial)
Error reporting solution - io UnsupportedOperation: can‘t do nonzero end-relative seeks
01项目需求分析 (点餐系统)
L2-004 这是二叉搜索树吗? (25 分)
Classes in C #
Attention apply personal understanding to images
Valentine's Day flirting with girls to force a small way, one can learn
Ubuntu 20.04 安装 MySQL
[AGC009D]Uninity
Deoldify项目问题——OMP:Error#15:Initializing libiomp5md.dll,but found libiomp5md.dll already initialized.
AI benchmark V5 ranking
PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘
[蓝桥杯2017初赛]方格分割
一键提取pdf中的表格