2 solutions

  • 0
    @ 2024-7-11 20:53:47

    #include using namespace std; int main(){ cout<<100<<endl; cout<<101<<endl; cout<<102<<endl; return 0; }

    • 0
      @ 2024-1-21 22:14:46
      #include <iostream>
      using namespace std;
      int main(){
      	cout << "100" << endl;
      	cout << "101" << endl;
      	cout << "102" << endl;
      	
      	
      	return 0;
      }
      
      • 1

      Information

      ID
      46
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      6
      Tags
      # Submissions
      15
      Accepted
      12
      Uploaded By