Compile Error
foo.cc:7:10: fatal error: Ash.cpp: No such file or directory 7 | #include "Ash.cpp" | ^~~~~~~~~ compilation terminated.
Code
#include <bits/stdc++.h>
#pragma GCC optimize("Ofast")
using namespace std;
#ifndef ONLINE_JUDGE
#include "Ash.cpp"
#else
#define dbg(...)
#define dbgA(...)
#endif
void solve(int cs) {
cout << "10\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
- P1012 Zéros de fin
- Language
- C++20 (G++ 13.2.0)
- Submit At
- 2024-07-11 11:13:04
- Judged At
- 2024-11-11 03:27:37
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes