- 14:13, November 8, 2012 (diff | hist) . . (-678) . . Disable automatic comment insertion (//bc110403303 #include <iostream.h> #include<stdlib.h> using namespace std; class Bin_Add { public: Bin_Add() { current = -1;} int top(){return A[current];} int pop(){ return A[current--];} void push(int x) {A[++current] =)
- 14:09, November 8, 2012 (diff | hist) . . (+21) . . Disable automatic comment insertion (Bin_Add() { current = -1;})