# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
743041 | 2023-05-17T07:36:44 Z | vjudge1 | Lasers (NOI19_lasers) | C++17 | 147 ms | 880 KB |
#include<iostream> using namespace std; int arr[10000001],ck; int main() { ios_base::sync_with_stdio(0),cin.tie(0); int n; cin>>n; for(int i = 1; i<=n; ++i){ int x,y; cin>>x>>arr[i]; if(arr[i-1]!=arr[i] && i>1){ ck = 1; } } if(!ck){ cout<<n; return 0; } }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 147 ms | 596 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 147 ms | 596 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 ms | 880 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 ms | 880 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 147 ms | 596 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |