8 lines
128 B
C
8 lines
128 B
C
// @COMPILECMD gcc $@ -o graph.out -ggdb -O0 -fno-unroll-loops
|
|
#include "header.h"
|
|
|
|
signed main(){
|
|
int r = fun();
|
|
return r;
|
|
}
|