cph icon indicating copy to clipboard operation
cph copied to clipboard

Makes judging, compiling, and downloading problems for competitive programming easy.

Results 143 cph issues
Sort by recently updated
recently updated
newest added

there is no option to increase the font size of the TEXT in CPH . It would be extremely helpful especially at time of debugging with lots of things getting...

using CPH extension cpp file is created but it does not open in VScode on it own and CPH judge shows - : " this file does not have a...

Most online judges ignore the following lines written below :- #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin) ; freopen("output.txt", "w", stdout) ; #endif Currently "cph" throws an error when the following lines...

The short name feature already works well with CodeForces, what do you think about extending it to the other judge platforms? As an example, a problem like https://atcoder.jp/contests/abc164/tasks/abc164_d could be...

I used to use an older version of the extension (I don't currently remember which version) but in that version the sidebar or menu appeared on the right side of...

![image](https://user-images.githubusercontent.com/23625985/122118063-4031c180-ce45-11eb-8273-cea35e0bc2b9.png) this is jsut a warning for java ArrayList[] graph = new ArrayList[vtces]; Normally when i execute it is working but for test case it is not working **Extension Version:**...

**Extension Version:** **VS Code Version:** ![image](https://user-images.githubusercontent.com/75921158/120590476-375dea80-c458-11eb-85e9-9820355817db.png) **Browser Version:** **Operating System:**

**Extension Version:** 5.7.1 **VS Code Version:** 1.54.3 **Browser Version:** 89.0.4389.90 **Operating System:** KDE Neon 5.19 64bit cc is another c++ extension recommended by open source community over cpp, I generally...

Currently we can pass a custom value for -cp to javac, if we happen to split the code to multiple java classes (which is great). However, we can't pass the...

![image](https://user-images.githubusercontent.com/39861403/111866337-c3e92880-8992-11eb-922e-9d97dec78048.png) This is the problem I am getting . Plz help me.