4 lines
56 B
C
4 lines
56 B
C
|
#pragma once
|
||
|
|
||
|
int readNumber();
|
||
|
void writeAnswer(int x);
|