首页 标签「scanf」的内容如下:
CodeForces 581D Three Logos
2022-11-23

爆搜。#include<cstdio>#include<str…

查看详情 2,833
编译原理词法分析 java简单实现
2022-11-18

package com.csray;import java.io.Buffere…

查看详情 4,525
CodeForces 710A King Moves
2022-11-15

简单题。#pragma comment(linker, "/STACK:1024…

查看详情 4,459
数据结构(线段树):HDU 5649 DZY Loves Sorting
2022-11-14

DZY Loves SortingTime Limit: 12000/6000 …

查看详情 4,082
TZOJ3591这个真不会
2022-11-14

#include<stdio.h>int main(){ int t…

查看详情 2,339
A1016 | 磨人的大模拟
2022-11-12

这题写得头晕……明天我再评价#include <…

查看详情 4,768
【HDOJ】1072 Nightmare
2022-11-12

bfs,使用ttl进行剪枝。 #include <iostream>…

查看详情 4,622
【BZOJ2823】[AHOI2012]信号塔(最小圆覆盖)
2022-11-10

【BZOJ2823】[AHOI2012]信号塔(最小圆覆盖)题面BZOJ洛谷相同…

查看详情 3,786
AtCoder Beginner Contest 190
2022-11-08

A Very Very Primitive Gameint main(){int…

查看详情 1,563
【Splay】bzoj3224 Tyvj 1728 普通平衡树
2022-11-07

#include<cstdio>#include<iostre…