/ SeriousOJ /

Record Detail

Time Exceeded


  
# Status Time Cost Memory Cost
#1 Time Exceeded ≥1089ms ≥59.969 MiB
#2 Wrong Answer 1ms 532.0 KiB

Code


#include <iostream>

using namespace std;

int main() {
  ios::sync_with_stdio(false);
  cin.tie(0);
  int tt;
  cin >> tt;
  while (tt--) {
    cout << 10 << '\n';
  }
  return 0;
}
 

Information

Submit By
Type
Submission
Problem
P1012 Zéros de fin
Language
C++20 (G++ 13.2.0)
Submit At
2024-05-06 21:35:31
Judged At
2024-11-11 03:31:26
Judged By
Score
0
Total Time
≥1089ms
Peak Memory
≥59.969 MiB