From Oakville Trafalgar High School, Codeforces
About
...???
Cooked.
Languages: C++, Java, Python
Current Problem(s): Nothing right now
LeetCode: https://leetcode.com/u/cfAcpMpLRz/
Codeforces: https://codeforces.com/profile/er1c_ding
import java.io.*;
public class cooked{
public static void main(String[] args) throws IOException{
PrintWriter imcooked = new PrintWriter(System.out);
imcooked.println("cooked.");
imcooked.close();
}
}