mirror of
https://github.com/20kaushik02/leetcode-gulag.git
synced 2025-12-06 10:34:07 +00:00
9 lines
109 B
C++
9 lines
109 B
C++
#include "soln.hpp"
|
|
|
|
int main()
|
|
{
|
|
|
|
Solution soln;
|
|
cout << "? " << soln.test(, answer) << endl;
|
|
return 0;
|
|
} |