3 solutions

  • 2
    @ 2023-9-27 16:50:59

    #include using namespace std; int main() { cout<<"10"<<endl;

    return 0; }

    • 1
      @ 2025-1-9 13:05:02
      #include <bits/stdc++.h>
      using namespace std; 
      int main(){cout << 10;return 0;}
      
      • 1
        @ 2024-1-21 22:15:11
        #include <iostream>
        using namespace std;
        int main(){
        	cout << "10" << endl;
        
        	
        	
        	return 0;
        }
        
        • 1

        Information

        ID
        57
        Time
        1000ms
        Memory
        64MiB
        Difficulty
        7
        Tags
        # Submissions
        13
        Accepted
        12
        Uploaded By