Submission #78635

# Submission time Handle Problem Language Result Execution time Memory
78635 2018-10-06T18:13:30 Z ekrem Highway design (CEOI12_highway) C++
0 / 100
4 ms 1640 KB
#include <bits/stdc++.h>
#define st first
#define nd second
#define mp make_pair
#define pb push_back
#define N 1000005
using namespace std;
#include "office.h"
int n, x, y, z, bas;
vector < int > ans;

// extern int GetN();
// extern int isOnLine(int x, int y, int z);
// extern void Answer(int a1, int b1, int a2, int b2);


int bul(){
	for(int i = bas; i <= n - 1; i += 2){
		if(ans.size() >= 2)
			return 0;
		if(!isOnLine(z, i, i + 1)){
			if(isOnLine(y, z, i))
				ans.pb(i + 1);
			else{
				ans.pb(i);
				if(!isOnLine(y, z, i + 1))
					ans.pb(i + 1);
			}
		}
	}
}

int main() {
	// freopen("in.txt", "r", stdin);
	// freopen("out.txt", "w", stdout);
	n = GetN();
	x = 1; y = 2; z = 3;
	bas = 4;
	bul();
	Answer(x, y, ans[0], ans[1]);
	return 0;
}

Compilation message

highway.cpp: In function 'int bul()':
highway.cpp:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
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 Runtime error 2 ms 504 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Runtime error 3 ms 640 KB Execution killed with signal 11 (could be triggered by violating memory limits)
3 Runtime error 3 ms 700 KB Execution killed with signal 11 (could be triggered by violating memory limits)
4 Incorrect 2 ms 824 KB Output isn't correct - Wrong answer
5 Runtime error 3 ms 824 KB Execution killed with signal 11 (could be triggered by violating memory limits)
6 Incorrect 2 ms 892 KB Output isn't correct - Wrong answer
7 Runtime error 2 ms 892 KB Execution killed with signal 11 (could be triggered by violating memory limits)
8 Runtime error 2 ms 892 KB Execution killed with signal 11 (could be triggered by violating memory limits)
9 Runtime error 2 ms 892 KB Execution killed with signal 11 (could be triggered by violating memory limits)
10 Incorrect 2 ms 892 KB Output isn't correct - Wrong answer
11 Runtime error 2 ms 952 KB Execution killed with signal 11 (could be triggered by violating memory limits)
12 Incorrect 2 ms 952 KB Output isn't correct - Wrong answer
13 Runtime error 3 ms 952 KB Execution killed with signal 11 (could be triggered by violating memory limits)
14 Incorrect 2 ms 960 KB Output isn't correct - Wrong answer
15 Runtime error 2 ms 968 KB Execution killed with signal 11 (could be triggered by violating memory limits)
16 Incorrect 2 ms 968 KB Output isn't correct - Wrong answer
17 Runtime error 3 ms 968 KB Execution killed with signal 11 (could be triggered by violating memory limits)
18 Runtime error 3 ms 968 KB Execution killed with signal 11 (could be triggered by violating memory limits)
19 Incorrect 3 ms 972 KB Output isn't correct - Wrong answer
20 Runtime error 3 ms 1096 KB Execution killed with signal 11 (could be triggered by violating memory limits)
21 Incorrect 3 ms 1192 KB Output isn't correct - Wrong answer
22 Incorrect 3 ms 1192 KB Output isn't correct - Wrong answer
23 Incorrect 3 ms 1236 KB Output isn't correct - Wrong answer
24 Runtime error 4 ms 1480 KB Execution killed with signal 11 (could be triggered by violating memory limits)
25 Runtime error 4 ms 1640 KB Execution killed with signal 11 (could be triggered by violating memory limits)