Submission #1868996


Source Code Expand

#include <iostream>
#include <string>
using namespace std;

int main() {
int ans=0;
for(int i=0; i<3; i++){
int s,t;
cin >> s>>t;

cout << (b+1)/a<<endl;
return 0;
}

Submission Info

Submission Time
Task A - お茶
User monptt
Language C++14 (GCC 5.4.1)
Score 0
Code Size 177 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:11:10: error: ‘b’ was not declared in this scope
 cout << (b+1)/a<<endl;
          ^
./Main.cpp:11:15: error: ‘a’ was not declared in this scope
 cout << (b+1)/a<<endl;
               ^
./Main.cpp:13:1: error: expected ‘}’ at end of input
 }
 ^