2 solutions

  • 0
    @ 2025-12-10 17:52:24
    #include<iostream>
    using namespace std;
    int main(){
        int a=100;
        cout<<a<<endl;
        cout<<a+1<<endl;
        cout<<a+2<<endl;
        return 0;
    }
    
    • 0
      @ 2025-4-30 17:44:00
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
        cout<<100<<endl;
        cout<<101<<endl;
        cout<<102<<endl;
        return 0;
      }
      
      • 1

      Information

      ID
      867
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      2
      Tags
      # Submissions
      35
      Accepted
      24
      Uploaded By