8 lines
76 B
C++
8 lines
76 B
C++
|
import a.same;
|
||
|
import b.same;
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return a_same() + b_same();
|
||
|
}
|