# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
919059 |
2024-01-31T07:21:00 Z |
brbr7904 |
일차 함수 (tutorial4) |
C++11 |
|
1 ms |
344 KB |
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;
void solve() {
int y = f(0);
for (int i = 0; i < 30; i++) {
y = f(0);
}
Report(f(1) - y, y);
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
344 KB |
Execution killed with signal 6 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
344 KB |
Execution killed with signal 6 |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Runtime error |
1 ms |
344 KB |
Execution killed with signal 6 |
2 |
Halted |
0 ms |
0 KB |
- |