QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#165469 | #7102. Live Love | ikunsome | WA | 1ms | 3636kb | C++23 | 107b | 2023-09-05 18:29:39 | 2023-09-05 18:29:39 |
Judging History
answer
#include <iostream>
using namespace std;
int main() {
int n,m;cin>>n>>m;
cout<<(m,n/(n-m+1));
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 3636kb
input:
5 5 4 100 50 252 52 3 0 10 10
output:
5
result:
wrong answer 1st lines differ - expected: '4 2', found: '5'