You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to implement this functionality, the return messages need to be expanded to include the arrays after the return value. The implementation of [InOut] is different from [Out] just in that it performs the extra copy to supply the initial values of the array to the contestant's program.
The text was updated successfully, but these errors were encountered:
lhchavez
changed the title
Support in-parameters
Support out/inout-parameters
Jul 14, 2016
For arrays only, since this will be hard to model outside of C for other types.
Example:
In order to implement this functionality, the return messages need to be expanded to include the arrays after the return value. The implementation of
[InOut]
is different from[Out]
just in that it performs the extra copy to supply the initial values of the array to the contestant's program.The text was updated successfully, but these errors were encountered: