Time Exceeded
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