lang.cpp: In function 'void excerpt(int*)':
lang.cpp:29:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int k = 0; k < v[i].size();k++){ //E[j] ---> v[i][k]에서 찾는다.
~~^~~~~~~~~~~~~
lang.cpp: At global scope:
lang.cpp:17:45: warning: 'tot' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^~~
lang.cpp:17:38: warning: 'right' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^~~~~
lang.cpp:17:30: warning: 'uni' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^~~
lang.cpp:17:26: warning: 'nl' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^~
lang.cpp:17:24: warning: 'n' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^
lang.cpp:17:22: warning: 'k' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^
lang.cpp:17:20: warning: 'j' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^
lang.cpp:17:18: warning: 'i' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^
lang.cpp:17:12: warning: 'lnum' defined but not used [-Wunused-variable]
static int lnum, i,j,k,n,nl, uni[N], right, tot;
^~~~
lang.cpp:14:23: warning: 'lan' defined but not used [-Wunused-variable]
static char lang[20], lan[100][20];
^~~
lang.cpp:14:13: warning: 'lang' defined but not used [-Wunused-variable]
static char lang[20], lan[100][20];
^~~~