QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#846367 | #9999. 好成绩 | huaxiamengjin | AC ✓ | 0ms | 3840kb | C++14 | 136b | 2025-01-07 07:38:35 | 2025-01-07 07:38:40 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
for(int i=0;i<=150;i++)
if(i%3==2&&i%5==3&&i%7==6)printf("%d\n",i);
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3840kb
input:
output:
83
result:
ok single line: '83'