Queue using Two Stacks

  • + 0 comments

    Error with C languaje, only this appears when doing the problem:

    #include <stdio.h>
    #include <string.h>
    #include <math.h>
    #include <stdlib.h>
    
    int main() {
    
        /* Enter your code here. Read input from STDIN. Print output to STDOUT */    
        return 0;
    }