Assessment2021 09Hard: Difference between revisions
Jump to navigation
Jump to search
Created page with "<pre id='shellbody' data-qtp='canvas'></pre> ==Three Checks== <div class='qu' data-width="316" data-height="308"> border <pre class='usr'> f..." |
No edit summary |
||
Line 1: | Line 1: | ||
<pre id='shellbody' data-qtp='canvas'></pre> | <pre id='shellbody' data-qtp='canvas'></pre> | ||
==Three Checks== | ==Three Checks== |
Revision as of 12:53, 14 September 2021
1) Three Checks
Input
xxxxxxxxxx
function drawFlag(ctx)
{
}
Output
function drawFlag(ctx) { }
function drawFlag(ctx) { }
2) TOTP 1
Input
xxxxxxxxxx
function drawFlag(ctx)
{
}
Output
function drawFlag(ctx) { }
function drawFlag(ctx) { }