-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfig
More file actions
37 lines (30 loc) · 960 Bytes
/
Config
File metadata and controls
37 lines (30 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
CLASS :: MedalTable
FUNC_NAME :: generate
INPUT :: String[] results
RETURN :: String[]
=========================
int :: return -3131;
int[] :: int[] ret = new int[1232]; return ret;
String :: String ret = "there's no way this is the answer"; return ret;
String[] :: String[] ret = new String[1232]; return ret;
*
CLASS :: FloodRelief
FUNC_NAME :: minimumPumps
INPUT :: String[] heights
RETURN :: int
=========================
int :: return -3131;
int[] :: int[] ret = new int[1232]; return ret;
String :: String ret = "there's no way this is the answer"; return ret;
String[] :: String[] ret = new String[1232]; return ret;
*
CLASS :: NumberFill
FUNC_NAME :: gradient
INPUT :: String[] picture
RETURN :: int
// RETURN :: String[]
=========================
int :: return -3131;
int[] :: int[] ret = new int[1232]; return ret;
String :: String ret = "there's no way this is the answer"; return ret;
String[] :: String[] ret = new String[1232]; return ret;