Solve Me First

Sort by

recency

|

1006 Discussions

|

  • + 0 comments

    Hi. I am new here. I would like to work on this platform in C#. But my code from visual studio.net is not the same with the c# from this platform. Can you help me ?

  • + 0 comments

    The "BotClean Partially Observable" problem is a fascinating AI challenge. Like best YouTube automation niches, it emphasizes decision-making with limited information. Here, a bot cleans a grid using strategies like exploration, mirroring how creators automate YouTube channels by analyzing trends and adapting content for success in uncertain environments.

  • + 0 comments

    Here is my c++ solution : https://youtu.be/55kgGHzTTzo

    #include <iostream>
    using namespace std;
    
    int solveMeFirst(int a, int b) {
      return a + b;
    }
    
    int main() {
      int num1, num2;
      int sum;
      cin>>num1>>num2;
      sum = solveMeFirst(num1,num2);
      cout<<sum;
      return 0;
    }
    
  • + 0 comments

  • + 0 comments

    what your name