답안 #912368

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
912368 2024-01-19T10:24:46 Z vjudge1 Potatoes and fertilizers (LMIO19_bulves) C++17
0 / 100
0 ms 344 KB
#include <bits/stdc++.h>
using namespace std;
#define int long long
#define x first
#define y second
void solve(){
    cout<<0;
}
main(){
    //freopen("lineup.in", "r", stdin);
    //freopen("lineup.out", "w", stdout);
    int t = 1;
    //cin>>t;
    while(t--){
        solve();
    }
}

Compilation message

bulves.cpp:9:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
    9 | main(){
      | ^~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -