1 solutions

  • 0
    @ 2025-11-5 16:21:18

    C :

    #include<stdio.h>
    int main()
    {
        printf("5684");
        return 0;
    }
    
    

    C++ :

    #include<iostream>
    using namespace std;
    int main()
    {
    	cout<<"5684"<<endl;
            return 0;
    }
    

    Pascal :

    begin
    writeln(58*98);
    end.
    
    
    • 1

    Information

    ID
    17715
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By