- Category:
- Console
- Tags:
-
[C/C++]
[源码]
- File Size:
- 138kb
- Update:
- 2015-03-16
- Downloads:
- 0 Times
- Uploaded by:
- 张立超
Description: 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.
To Search:
File list (Check if you may need any files):
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