码迷,mamicode.com
首页 >  
搜索关键字:input/output error出错问题    ( 1738个结果
C. Primes and Multiplication(数学)(防止爆精度)
C. Primes and Multiplication time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Primes an ...
分类:其他好文   时间:2019-10-06 20:26:48    阅读次数:160
CSP 初赛 知识点整理
BIOS: BIOS是英文"Basic Input Output System"的缩略词,直译过来后中文名称就是"基本输入输出系统"。其实,它是一组固化到计算机内主板上一个ROM芯片上的程序,它保存着计算机最重要的基本输入输出的程序、开机后自检程序和系统自启动程序,它可从CMOS中读写系统设置的具体 ...
分类:其他好文   时间:2019-10-06 18:27:32    阅读次数:328
Gym - 101194H Great Cells
题目链接:https://codeforces.com/gym/101194/attachments Problem H. Great Cells Input file: Standard Input Output file: Standard Ouptut Time limit: 2 second ...
分类:其他好文   时间:2019-10-06 00:37:46    阅读次数:90
588 div2 C. Anadi and Domino
C. Anadi and Domino time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Anadi has a set of d ...
分类:其他好文   时间:2019-10-05 18:14:39    阅读次数:110
cfround586a\b\c
https://codeforces.com/contest/1220/problem/A Input 4 ezor Input Output 0 Output https://codeforces.com/contest/1220/problem/B 注意溢出, 精度问题 https://code ...
分类:其他好文   时间:2019-10-04 13:37:19    阅读次数:83
Almost Acyclic Graph CodeForces - 915D (思维+拓扑排序判环)
Almost Acyclic Graph "CodeForces 915D " time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Y ...
分类:编程语言   时间:2019-10-04 00:10:19    阅读次数:102
并发编程-多进程
一.进程 新进程的创建都是由一个已经存在的进程执行了一个用于创建进程的系统调用而创建的。 1.在UNIX中:fork会创建一个与父进程一摸一样的副本 2.在Windows:系统调用CreateProcess创建进程 进程的状态 程序遇到IO操作(Input、output),会阻塞,IO完成会进入就绪 ...
分类:系统相关   时间:2019-10-03 23:39:28    阅读次数:103
java - 工具类 - 包装类,数字相关类, 日期相关类
工具类:java开发者写好的类 1.包装相关类 2.数字相关类 3.日期类 4.字符串 5.集合相关类 6.异常相关类 7.输入输出相关 IO(input/output) 8.线程 9.网络 10.注解 11.GUI 1.包装类: 为了将基本类型也面向对象,所以将他们分装进包装类中 1.byte - ...
分类:编程语言   时间:2019-10-02 16:18:57    阅读次数:87
[codeforces1221D] Make The Fence Great Again dp
题目: time limit per test 2 seconds time limit per test memory limit per test 256 megabytes memory limit per test input standard input input output stan ...
分类:其他好文   时间:2019-10-02 14:47:35    阅读次数:82
Codeforces#590(1234)——B2Social Network (hard version)
B2. Social Network (hard version) time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output The on ...
分类:Web程序   时间:2019-10-02 13:12:40    阅读次数:120
1738条   上一页 1 ... 22 23 24 25 26 ... 174 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!