# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
17373 | eaststar | 고속도로 설계 (CEOI12_highway) | C++14 | 0 / 100 | 0 ms | 1504 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "office.h"
int main(){
int i,j,k,a,b,c,x=0,y=0,N;
N=GetN();
a=1,b=2,c=3;
Answer(a,b,x,y);
return 0;
}
컴파일 시 표준 에러 (stderr) 메시지
highway.cpp: In function 'int main()': highway.cpp:4:9: warning: unused variable 'i' [-Wunused-variable] int i,j,k,a,b,c,x=0,y=0,N; ^ highway.cpp:4:11: warning: unused variable 'j' [-Wunused-variable] int i,j,k,a,b,c,x=0,y=0,N; ^ highway.cpp:4:13: warning: unused variable 'k' [-Wunused-variable] int i,j,k,a,b,c,x=0,y=0,N; ^ highway.cpp:4:19: warning: variable 'c' set but not used [-Wunused-but-set-variable] int i,j,k,a,b,c,x=0,y=0,N; ^ highway.cpp:4:29: warning: variable 'N' set but not used [-Wunused-but-set-variable] int i,j,k,a,b,c,x=0,y=0,N; ^ 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:21: 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 |
---|---|---|---|---|
Fetching results... |