OpenJudgeSystem icon indicating copy to clipboard operation
OpenJudgeSystem copied to clipboard

An open source system for online algorithm competitions for Windows, written in ASP.NET MVC

Results 103 OpenJudgeSystem issues
Sort by recently updated
recently updated
newest added

Contradicts the exercise requirements. Thank you! Required output = 'error' Actual output = 'error' Expected output = '' ![image](https://user-images.githubusercontent.com/109481031/179419975-bcfb5c25-4408-4c66-8e49-37612d9a5a91.png)

The task: [here](https://judge.softuni.bg/Contests/Practice/Index/2752#1) The solution i am submitting works localy for me in VSC. I've tried to console.log, to see the input only, but still this error occurs: ![Untitled](https://user-images.githubusercontent.com/71334626/114858086-b4be9480-9df1-11eb-9525-b8d5f881529a.png) Anyway...

Sometimes when submitting C# solution output is ignored on some tests, resulting in incorrect answers. Resubmit/retest usually fixes the problem.

1. Open Contest subdirectory e.g. Home/Contests/C# Development/ C# Advanced/C# OOP/C# OOP Exercises 2. "Go back" one page through browser only url and "Contest Archive" menu on the left change, BUT...

``` #include #include #include #include int main() { HANDLE h = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); PROCESSENTRY32 pe = {0}; pe.dwSize = sizeof (PROCESSENTRY32); DWORD pid = GetCurrentProcessId(); if (Process32First(h, &pe)) { do...

Resolve N + 1 problem and add cascading deletion of submissions, tests and resources in ProblemsController.cs I think with .Include() extented method it will be resolve the N + 1...

Why in model class "ContestQuestion" at the property "ContestId" we have "ForeignKey" Attribute ``` [ForeignKey("Contest")] public int ContestId { get; set; } public virtual Contest Contest { get; set; }...

The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web...

Hi guys when i try to login in my profile this is what it gives me . I tried to delete the history of the browser or login with a...

This could just be me (or it could have already been discussed), but during OOP exam yesterday, BGCoder was unable (three times) to compile the solution I submitted for Task...