Problem Solution Template

From programming_contest
Revision as of 01:37, 11 November 2014 by imported>Rubens
Jump to navigation Jump to search

Introduction

Difficulty

Solution N (by X)

Idea

How to

Solution - *Language X*

1  #include <stdio.h>
2  
3  int main()
4  {
5      printf ("Hello Word!");
6      return 0;
7  }

Super Epic Fails

ICPC Problems