Wrong Answer
Code
#include <iostream>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
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:49
- Judged At
- 2024-11-11 03:31:25
- Judged By
- Score
- 10
- Total Time
- 1ms
- Peak Memory
- 360.0 KiB