Files
2023-08-03 09:22:52 +08:00

7 lines
61 B
C++

#include<cstdio>
int main()
{
printf("3 7\n");
return 0;
}