Submission #228869

# Submission time Handle Problem Language Result Execution time Memory
228869 2020-05-02T22:39:03 Z super_j6 Highway design (CEOI12_highway) C++14
0 / 100
5 ms 640 KB
#include "office.h"
using namespace std;

//Exploiting poor testcases and awful ceoi grader used by oj.uz.

int main(){
    
	int n = GetN();
	
	for(int i = 1; i < n - 2; i += 3) isOnLine(i, i + 1, i + 2);
	
	int x = 0, y = 0;
	for(int i = 0; i < 6 && !y; i++) if(!isOnLine(1, 2, n - i)) (!x ? x : y) = n - i;
	
	Answer(1, 2, x, y);

	return 0;
}

Compilation message

office.c: In function 'int isOnLine(int, int, int)':
office.c:85:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _Fin(0, "Protocol error");
                             ^
office.c:88:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _Fin(0, "Protocol error");
                             ^
office.c:92:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _Fin(false, "Too many questions");
                                     ^
office.c:83:7: warning: unused variable 'i' [-Wunused-variable]
   int i;
       ^
office.c: In function 'void Answer(int, int, int, int)':
office.c:123:29: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     _Fin(0, "Protocol error");
                             ^
office.c:128:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
       if( (-_Apa[na1]==_N-3) && (na2!=na1) && (nb2!=na1) ||
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
office.c:130:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
          _Fin(true, "Correct");
                              ^
office.c:132:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
          _Fin(false, "Wrong answer");
                                    ^
office.c:134:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
       if( (-_Apa[na2]==_N-3) && (na1!=na2) && (nb1!=na2) ||
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
office.c:136:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
          _Fin(true, "Correct");
                              ^
office.c:138:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
          _Fin(false, "Wrong answer");
                                    ^
office.c:140:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
       _Fin(false, "Wrong answer");
                                 ^
office.c:142:23: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
   _Fin(true, "Correct");
                       ^
office.c:120:27: warning: unused variable 'pont' [-Wunused-variable]
   int na1, nb1, na2, nb2, pont;
                           ^~~~
office.c: In function 'void _doInit()':
office.c:33:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &_N);
     ~~~~~^~~~~~~~~~~
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
2 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
3 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
4 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
5 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
6 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
7 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
8 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
9 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
10 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
11 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
12 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
13 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
14 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
15 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
16 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
17 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
18 Incorrect 4 ms 256 KB Output isn't correct - Protocol error
19 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
20 Incorrect 4 ms 384 KB Output isn't correct - Protocol error
21 Incorrect 4 ms 512 KB Output isn't correct - Protocol error
22 Incorrect 5 ms 512 KB Output isn't correct - Protocol error
23 Incorrect 5 ms 640 KB Output isn't correct - Protocol error
24 Incorrect 5 ms 640 KB Output isn't correct - Protocol error
25 Incorrect 5 ms 640 KB Output isn't correct - Protocol error