8 lines
82 B
C++
8 lines
82 B
C++
|
#ifndef IO_HPP_
|
||
|
#define IO_HPP_
|
||
|
|
||
|
int readNumber();
|
||
|
void writeAnswer(int);
|
||
|
|
||
|
#endif
|