제출 #916571

#제출 시각아이디문제언어결과실행 시간메모리
916571Wansur앵무새 (IOI11_parrots)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #define f first #define s second #define ent '\n'; using namespace std; typedef long long ll; const int mx=2e5+12; void output(int b); void send(int a); void decode(int m, int n, int a[]){ for(int i=0;i<m;i++){ output(0); } } void encode(int n, int a[]){ for(int i=0;i<n;i++){ send(a[i]); a[i]=0; } }

컴파일 시 표준 에러 (stderr) 메시지

/usr/bin/ld: /tmp/ccETtp8u.o: in function `decode(int, int, int*)':
encoder.cpp:(.text+0x1e): undefined reference to `output(int)'
collect2: error: ld returned 1 exit status

/usr/bin/ld: /tmp/cctQnRZh.o: in function `main':
grader_decoder.cpp:(.text.startup+0x1ef): undefined reference to `decode(int, int, int*)'
collect2: error: ld returned 1 exit status