All pastes #2070691 Raw Edit

Anonymous

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