Browse Source

Changing the format of the questions

pull/398/head
Augusto 5 years ago
parent
commit
46534b83ac
  1. 24
      subjects/go-reloaded.audit.en.md

24
subjects/go-reloaded.audit.en.md

@ -1,29 +1,29 @@
#### Atoi #### Atoi
##### Try with the argument: "" ##### Try with the argument: ""
###### Does the function Atoi returns 0?•1 ###### 0 is the ouput?•1
##### Try with the argument: "-" ##### Try with the argument: "-"
###### Does the function Atoi returns 0?•1 ###### `0` is the returned value of the function?•1
##### Try with the argument: "+" ##### Try with the argument: "+"
###### Does the function Atoi returns 0?•1 ###### `0` is the returned value of the function?•1
##### Try with the argument: "0" ##### Try with the argument: "0"
###### Does the function Atoi returns 0?•1 ###### `0` is the returned value of the function?•1
##### Try with the argument: "+0" ##### Try with the argument: "+0"
###### Does the function Atoi returns 0?•1 ###### `0` is the returned value of the function?•1
##### Try with the argument: "-Invalid123" ##### Try with the argument: "-Invalid123"
###### *Does the function Atoi returns 0?•7389 ###### *`0` is the returned value of the function?•7389
##### Try with the argument: "--123" ##### Try with the argument: "--123"
###### Does the function Atoi returns 0?•1 ###### `0` is the returned value of the function?•1
##### Try with the argument: "1" ##### Try with the argument: "1"
###### Does the function Atoi returns 1?•1 ###### `1` is the returned value of the function?•1
##### Try with the argument: "-3" ##### Try with the argument: "-3"
###### Does the function Atoi returns -3?•1 ###### `-3` is the returned value of the function?•1
##### Try with the argument: "8292" ##### Try with the argument: "8292"
###### Does the function Atoi returns 8292?•1 ###### `8292` is the returned value of the function?•1
##### Try with the argument: "9223372036854775807" ##### Try with the argument: "9223372036854775807"
###### Does the function Atoi returns `9223372036854775807`?•1 ###### `9223372036854775807` is the returned value of the function?•1
##### Try with the argument: "-9223372036854775808" ##### Try with the argument: "-9223372036854775808"
###### Does the function Atoi returns `-9223372036854775808`?•1 ###### `-9223372036854775808` is the returned value of the function?•1
#### RecursivePower #### RecursivePower

Loading…
Cancel
Save