/ SeriousOJ /

Record Detail

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:14: error: expected '}' at end of input
    7 |     return 0;
      |              ^
foo.cc:3:11: note: to match this '{'
    3 | int main(){
      |           ^

Code

#include<iostream>
using namespace std;
int main(){
    int x,y;
    cin>>x>>y;
    cout<<(x+y);
    return 0;


Information

Submit By
Type
Submission
Problem
P1000 A + B
Language
C++17 (G++ 13.2.0)
Submit At
2025-02-25 18:49:39
Judged At
2025-02-25 18:49:39
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes