The SIO2 project
  1. The SIO2 project
  2. SIO-1127

Program that makes only return 1; has status OK

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: Current Version
    • Fix Version/s: 0.1.3
    • Component/s: OIOIOI
    • Labels:
      None

      Description

      This code in C:

      int main() {
      int x;
      x = 5;
      if (x == 5) {
      return 1;
      }
      return 0;
      }

      has overall status Accepted despite all tests give Runtime error.

        Activity

          People

          • Assignee:
            Mateusz Kwapich
            Reporter:
            Patryk Hes
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: