All pastes #2070690 Raw Edit

Anonymous

public c v1 · immutable
#2070690 ·published 2011-05-28 03:51 UTC
rendered paste body
struct feature_node{        int index;        double value;};struct problem{        struct feature_node **x;};