Skip to content

IO

Lecture date: Wednesday, August 28, 2019

Synopsis

Today’s topic is somewhat easy; we are going to talk about input and output. In normal programming you can use libraries that are convenient, but in some cases you will get TLE if you use the wrong one. (We’re looking at you, cin!)

Problem

Videos