Unofficial Competition Guide
latest
  • Introduction
    • C I/O
    • C++ I/O
    • Java I/O
    • Python I/O
    • C Builtin Functions
    • C Operators
    • C++11 Features
    • Bits Header
  • Data Structures and Libraries
  • Problem Solving Paradigms
  • Graph
  • Mathematics
  • String Processing
  • Computational Geometry
  • Utils
Unofficial Competition Guide
  • Docs »
  • Introduction
  • Edit on GitHub

IntroductionΒΆ

This section shows several ways of reading and writing on the standard I/O in four different languages. And basic features of the languages that can be useful.

Contents:

  • C I/O
    • Basic Input
    • Basic Output
    • Using patterns on printf and scanf
    • Faster I/O
    • Fastest I/O (Unlocked I/O)
  • C++ I/O
    • Basic Input
    • Basic Output
    • I/O Manipulation
  • Java I/O
  • Python I/O
  • C Builtin Functions
    • __builtin_expect
  • C Operators
    • Comma (,) operator
  • C++11 Features
    • List Initialization
    • For-each
    • Dynamic type declaration
    • Replacing typedefs
    • Lambda functions
  • Bits Header
Next Previous

© Copyright 2015, Matheus de Sousa Faria. Revision e61a3cf2.

Built with Sphinx using a theme provided by Read the Docs.