Submission #1780818


Source Code Expand

#include <stdio.h>

int main(void) {
int A = 0;
int B = 0;

	scanf("%d", &0);
	scanf("%d", &0);
	printf("B A")

	return 0;
}

Submission Info

Submission Time
Task A - スワップ
User ycpc1
Language C (GCC 5.4.1)
Score 0
Code Size 135 Byte
Status CE

Compile Error

./Main.c: In function ‘main’:
./Main.c:7:14: error: lvalue required as unary ‘&’ operand
  scanf("%d", &0);
              ^
./Main.c:8:14: error: lvalue required as unary ‘&’ operand
  scanf("%d", &0);
              ^
./Main.c:11:2: error: expected ‘;’ before ‘return’
  return 0;
  ^