1 solutions

  • 1
    @ 2026-1-6 13:32:04
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	cout << "4396+2200=6596\n4396-2200=2196\n4396*2200=9671200\n4396/2200=1\n4396%2200=2196";
    
    	return 0;
    }
    
    • 1

    Information

    ID
    18199
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    8
    Tags
    (None)
    # Submissions
    848
    Accepted
    153
    Uploaded By