@@ -5,5 +5,11 @@ int sum(int a, int b) {
}
void print(int num) {
printf("%d", num);
printf("%d\n", num);
int scan() {
int res;
scanf("%d", &res);
return res;
The note is not visible to the blocked user.