제출 #1187374

#제출 시각아이디문제언어결과실행 시간메모리
1187374kashfy1234A + B (IOI24_aplusb)C++17
컴파일 에러
0 ms0 KiB
//inshaAllah
#include <bits/stdc++.h>
using namespace std;
void sum(int a, int b){
    cout<<a+b<<"\n";
    return sum ;
}

컴파일 시 표준 에러 (stderr) 메시지

aplusb.cpp: In function 'void sum(int, int)':
aplusb.cpp:6:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
    6 |     return sum ;
      |            ^~~