文件名称:APB_Problem
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-16
- 文件大小:
- 138kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
POJ试题 A+B
Q: Where are the input and the output?
A: Your program shall always read input stdin (Standard Input) and write output to stdout (Standard Output). For example, you can use scanf in C or cin in C++ to read stdin, and use printf in C or cout in C++ to write to stdout.
You shall not output any extra data to standard output other than that required by the problem, otherwise you will get a Wrong Answer .
User programs are not allowed to open and read from/write to files. You will get a Runtime Error or a Wrong Answer if you try to do so. -POJ A+B
Q: Where are the input and the output?
A: Your program shall always read input stdin (Standard Input) and write output to stdout (Standard Output). For example, you can use scanf in C or cin in C++ to read stdin, and use printf in C or cout in C++ to write to stdout.
You shall not output any extra data to standard output other than that required by the problem, otherwise you will get a Wrong Answer .
User programs are not allowed to open and read from/write to files. You will get a Runtime Error or a Wrong Answer if you try to do so.
Q: Where are the input and the output?
A: Your program shall always read input stdin (Standard Input) and write output to stdout (Standard Output). For example, you can use scanf in C or cin in C++ to read stdin, and use printf in C or cout in C++ to write to stdout.
You shall not output any extra data to standard output other than that required by the problem, otherwise you will get a Wrong Answer .
User programs are not allowed to open and read from/write to files. You will get a Runtime Error or a Wrong Answer if you try to do so. -POJ A+B
Q: Where are the input and the output?
A: Your program shall always read input stdin (Standard Input) and write output to stdout (Standard Output). For example, you can use scanf in C or cin in C++ to read stdin, and use printf in C or cout in C++ to write to stdout.
You shall not output any extra data to standard output other than that required by the problem, otherwise you will get a Wrong Answer .
User programs are not allowed to open and read from/write to files. You will get a Runtime Error or a Wrong Answer if you try to do so.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A+B_Problem
...........\A+B_Problem.vcxproj
...........\A+B_Problem.vcxproj.filters
...........\Debug
...........\.....\A+B_Problem.lastbuildstate
...........\.....\A+B_Problem.log
...........\.....\CL.read.1.tlog
...........\.....\CL.write.1.tlog
...........\.....\link-cvtres.read.1.tlog
...........\.....\link-cvtres.write.1.tlog
...........\.....\link-rc.read.1.tlog
...........\.....\link-rc.write.1.tlog
...........\.....\link.read.1.tlog
...........\.....\link.write.1.tlog
...........\.....\main.obj
...........\.....\vc110.idb
...........\.....\vc110.pdb
...........\main.cpp