10 lines
113 B
C
10 lines
113 B
C
#include<private_header.h>
|
|
|
|
int round1_b() {
|
|
return round1_c();
|
|
}
|
|
|
|
int round2_b() {
|
|
return round2_c();
|
|
}
|