8 lines
76 B
C++
Raw Normal View History

2023-07-02 19:51:09 +02:00
import a.same;
import b.same;
int main()
{
return a_same() + b_same();
}