
UVA
The_Dawn_Star
这个作者很懒,什么都没留下…
展开
-
UVA:10300 - Ecological Premium
German farmers are given a premium depending on the conditions at their farmyard. Imagine the following simplified regulation: you know the size of each farmer's farmyard in square meters and the numb原创 2013-07-16 16:55:40 · 356 阅读 · 0 评论 -
UVA:10071 - Back to High School Physics
A particle has initial velocity and constant acceleration. If its velocity after certain time is v then what will its displacement be in twice of that time? InputThe input will contain two integ原创 2013-07-16 16:14:40 · 370 阅读 · 0 评论 -
UVA:445 - Marvelous Mazes
Your mission, if you decide to accept it, is to create a maze drawing program. A maze will consist of the alphabetic characters A-Z, * (asterisk), and spaces.Input and OutputYour program will ge原创 2013-07-13 20:14:38 · 530 阅读 · 0 评论 -
UVA:490 - Rotating Sentences
这题千万注意要初始化数组!!就因为忘记清零数组我折腾了一个下午#include #include #include using namespace std;const int MAX=110;int main(int argc, char *argv[]){ //system("color 0a"); char input[MAX][MAX]; mem原创 2013-07-13 17:45:40 · 433 阅读 · 0 评论