Skip to content
View 010100100100011101010100's full-sized avatar
🦇
Bat mode
🦇
Bat mode

Block or report 010100100100011101010100

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NAME : "Shera"

"#include <bits/stdc++.h>
using namespace std;
#define nline '\n'
#define ll long long


void solve(){
    int n;
      cin>>n;
      int arr[n];
      for(int i=0;i<n;i++){
        cin>>arr[i];
      }
      
      
}
int main() 
{ ios_base::sync_with_stdio(false);
      cin.tie(NULL);
      cout.tie(NULL);
    ll t;
    cin>>t;
    while(t--){
      solve();
      
     }
}
"

Pinned Loading

  1. buildifirepo buildifirepo Public

    sample repo built using buildifi

    TypeScript

  2. circle-nodejs-sdk circle-nodejs-sdk Public

    Forked from circlefin/circle-nodejs-sdk

    Node.js SDK for Circle API

    TypeScript

  3. I-Love-You-Worm.Txt- I-Love-You-Worm.Txt- Public

    Entire virus code with personal comments to better understand the routines and subroutines of vbs

    VBScript