1 2 3 4 5
public class Solution { public static String solution(int w, int h, int s) { // Your code here } }