/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 1ms 540.0 KiB

Code

#include <bits/stdc++.h>

#pragma GCC optimize("Ofast")
using namespace std;

void solve(int cs) {

  cout << "8\n";

}

int main() {
  ios_base::sync_with_stdio(false);
  cin.tie(NULL);
  int tc = 1;
  // cin >> tc;
  for (int cs = 1; cs <= tc; cs++) {
    solve(cs);
  }
  return 0;
}

Information

Submit By
Type
Submission
Problem
P1048 History of TLE_Headquarters
Language
C++20 (G++ 13.2.0)
Submit At
2024-07-11 10:01:06
Judged At
2024-07-11 10:01:06
Judged By
Score
100
Total Time
1ms
Peak Memory
540.0 KiB