답안 #99085

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
99085 2019-02-28T13:52:39 Z asifthegreat 고속도로 설계 (CEOI12_highway) C++14
0 / 100
3 ms 864 KB
#include <bits/stdc++.h>
#include "office.h"
#define debug(a) cout << #a << " = " << a << endl;
using namespace std;
 
/*
    int GetN(void);
    int isOnLine(int x, int y, int z);
    void Answer(int a1, int b1, int a2, int b2);
*/
 
vector<int>v;
 
int main()
{
    int n = GetN();
    int a = 2,b = 3,c = 0,d = 0;
    if(isOnLine(1,2,3)){
        
        //cout << "Hola Hola\n";
        a = 2;b = 3;
    }
    for(int i = b+1;;i+=2){
        if(i+1 > n or v.size() >= 2)break;
        if(!isOnLine(b,i,i+1)){
            bool one = isOnLine(a,b,i);
            if(one){
                v.push_back(i+1);
                if(v.size() == 2){
                    break;
                }
            }
            else if(!one){
                v.push_back(i);
                if(v.size() == 2){
                    break;
                }
                else{
                    if(!isOnLine(a,b,i+1)){
                        v.push_back(i+1);
                        // break;
                    }
                }
            }
        }
    }
    debug(v.size());
    c = v[0];
    d = v[1];
   // cout << a << " " << b << " " << c << " " << d << endl;
    Answer(a,b,c,d);
    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);
     ~~~~~^~~~~~~~~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 3 ms 384 KB Hacked
2 Incorrect 2 ms 384 KB Hacked
3 Incorrect 2 ms 384 KB Hacked
4 Incorrect 2 ms 384 KB Hacked
5 Incorrect 2 ms 384 KB Hacked
6 Incorrect 2 ms 384 KB Hacked
7 Incorrect 2 ms 384 KB Hacked
8 Incorrect 2 ms 256 KB Hacked
9 Incorrect 3 ms 256 KB Hacked
10 Incorrect 2 ms 384 KB Hacked
11 Incorrect 2 ms 256 KB Hacked
12 Incorrect 2 ms 256 KB Hacked
13 Incorrect 2 ms 384 KB Hacked
14 Incorrect 2 ms 384 KB Hacked
15 Incorrect 2 ms 384 KB Hacked
16 Incorrect 2 ms 256 KB Hacked
17 Incorrect 3 ms 384 KB Hacked
18 Incorrect 2 ms 256 KB Hacked
19 Incorrect 3 ms 384 KB Hacked
20 Incorrect 2 ms 512 KB Hacked
21 Incorrect 3 ms 512 KB Hacked
22 Incorrect 3 ms 512 KB Hacked
23 Incorrect 3 ms 640 KB Hacked
24 Incorrect 3 ms 640 KB Hacked
25 Incorrect 1 ms 864 KB Hacked