Wrong Answer
Code
#include<bits/stdc++.h>
using namespace std;
int main() {
int n;
cin >> n;
for(int i =0; i<n; i++)
{
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1195 B. Palindrome
- Contest
- Brain Booster #10
- Language
- C++17 (G++ 13.2.0)
- Submit At
- 2025-06-13 16:31:24
- Judged At
- 2025-06-13 16:31:24
- Judged By
- Score
- 0
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB