Code
/*CODED BY mahmudulsakib2019
DATE:-12/03/2024;TIME:-16:10 pm
BANGALDESH , SYLHET*/
#include <iostream>
#include <cmath> ///mathematics
#include<cstdlib> ///for std::exit(EXIT_SUCCESS)
#include <vector> ///array
#include <regex> ///searching_prefix_suffix
#include <algorithm> ///finding_max_min_from_array
#include <string> ///string_manipulation
#include <numeric> ///findin total sum of an array
#include<bits/stdc++.h>
using namespace std;
int main(){
int n=8;
cout << n << endl;
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1048 History of TLE_Headquarters
- Contest
- TLE_Headquarters - round #1
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-03-27 16:07:04
- Judged At
- 2024-11-11 03:39:44
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 332.0 KiB