0_0_24905579_22882.cpp: In function 'void insert(int&, int, int, int, int, int)':
0_0_24905579_22882.cpp:32:38: error: too few arguments to function 'int newnode(int)'
if(tag[u] < time) temp = newnode();
^
0_0_24905579_22882.cpp:11:5: note: declared here
int newnode(int time)
^
|