We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tolong tambahkan fitur untuk input format "Nested input format". seperti contohnya untuk input format sebagai berikut
Terdapat integer N, vector 1D M, dan vector 2D A. panjang vector A[1] adalah M[1] panjang vector A[2] adalah M[2] ... panjang vector A[N} adalah M[N]
$N$ $M_1$ $A_{1, 1} A_{1, 2} A_{1, 3} \dots A_{1, M_1}$ $M_2$ $A_{2, 1} A_{2, 2} A_{2, 3} \dots A_{2, M_2}$ ... $M_N$ $A_{N, 1} A_{N, 2} A_{N, 3} \dots A_{N, M_N}$
The text was updated successfully, but these errors were encountered:
Possible duplicate of #178
Sorry, something went wrong.
No branches or pull requests
tolong tambahkan fitur untuk input format "Nested input format". seperti contohnya untuk input format sebagai berikut
Terdapat integer N, vector 1D M, dan vector 2D A.
panjang vector A[1] adalah M[1]
panjang vector A[2] adalah M[2]
...
panjang vector A[N} adalah M[N]
...
The text was updated successfully, but these errors were encountered: