Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
850 | A班-袁誉晏 | 成绩 | C++ | Compile Error | 0 | 0 MS | 0 KB | 211 | 2024-11-30 10:49:20 |
#include <bits/stdc++.h> using namespace std; int main() { int ; cin>>n; if(n>=60) { cout<<"pass!"; } else { cout<<"sorry!"; } return 0; }