This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/0_Intro/3_Intro_Problems.md
2020-06-04 20:37:02 -04:00

28 lines
897 B
Markdown

---
slug: /intro/problems
title: Introductory Problems
author: Nathan Wang
problems:
- bronze_promote
- bronze_word
- bronze_paint
- bronze_square
order: 3
---
Demonstrates how to read in input and print output for a USACO problem in multiple languages. Also lists some introductory USACO Bronze problems.
<!-- END DESCRIPTION -->
Let's begin by solving a few fun problems! The following problems require relatively little programming experience and no algorithmic knowledge.
Do as many as you want, then move on! You do not have to do all of them.
<!-- END DESCRIPTION -->
## Problems
- [Promotion Counting](http://usaco.org/index.php?page=viewproblem2&cpid=591)
- [Word Processor](http://usaco.org/index.php?page=viewproblem2&cpid=987)
- [Fence Painting](http://usaco.org/index.php?page=viewproblem2&cpid=567)
- [Square Pasture](http://usaco.org/index.php?page=viewproblem2&cpid=663)